Home
last modified time | relevance | path

Searched refs:GetFavicon (Results 1 - 21 of 21) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_history_item_impl.cpp31 bool ArkWebHistoryItemImpl::GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) in GetFavicon() function in OHOS::ArkWeb::ArkWebHistoryItemImpl
35 bool result = nweb_history_item_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
H A Dark_web_history_item_impl.h32 bool GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) override;
H A Dark_web_nweb_impl.h462 bool GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) override;
H A Dark_web_nweb_impl.cpp456 bool ArkWebNWebImpl::GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) in GetFavicon() function in OHOS::ArkWeb::ArkWebNWebImpl
460 bool result = nweb_nweb_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp26 bool ArkWebHistoryItemWrapper::GetFavicon( in GetFavicon() function in OHOS::ArkWeb::ArkWebHistoryItemWrapper
31 bool result = ark_web_history_item_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
H A Dark_web_history_item_wrapper.h34 bool GetFavicon(void** data, int& width, int& height, ArkWebImageColorType& color_type,
H A Dark_web_nweb_wrapper.cpp547 bool ArkWebNWebWrapper::GetFavicon(const void** data, size_t& width, size_t& height, ArkWebImageColorType& color_type, in GetFavicon() function in OHOS::ArkWeb::ArkWebNWebWrapper
552 bool result = ark_web_nweb_->GetFavicon(data, width, height, enum_color_type, enum_alpha_type); in GetFavicon()
H A Dark_web_nweb_wrapper.h468 bool GetFavicon(const void** data, size_t& width, size_t& height, ArkWebImageColorType& color_type,
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_history_item.h29 virtual bool GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) = 0;
H A Dark_web_nweb.h548 virtual bool GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_history_list.h38 virtual bool GetFavicon(
H A Dnweb.h702 virtual bool GetFavicon(
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h216 static napi_value GetFavicon(napi_env env, napi_callback_info info);
454 static napi_value GetFavicon(napi_env env, std::shared_ptr<NWebHistoryItem> item);
H A Dwebview_controller.h252 bool GetFavicon(
H A Dwebview_controller.cpp1215 bool WebviewController::GetFavicon( in GetFavicon() function in OHOS::NWeb::WebviewController
1221 isGetFavicon = nweb_ptr->GetFavicon(data, width, height, colorType, alphaType); in GetFavicon()
H A Dnapi_webview_controller.cpp563 DECLARE_NAPI_FUNCTION("getFavicon", NapiWebviewController::GetFavicon), in Init()
3800 napi_value NapiWebHistoryList::GetFavicon(napi_env env, std::shared_ptr<NWebHistoryItem> item) in GetFavicon() function in OHOS::NWeb::NapiWebHistoryList
3808 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon()
3886 napi_value js_icon = GetFavicon(env, item); in GetItem()
3939 napi_value NapiWebviewController::GetFavicon(napi_env env, napi_callback_info info) in GetFavicon() function in OHOS::NWeb::NapiWebviewController
3959 bool isGetFavicon = webviewController->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h175 bool GetFavicon(
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h227 bool GetFavicon(const void** data, size_t& width, size_t& height,
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp1074 int64_t GetFavicon(std::shared_ptr<NWebHistoryItem> item) in GetFavicon() function
1081 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType); in GetFavicon()
1119 bool isGetFavicon = nativeWebviewCtl->GetFavicon(&data, width, height, colorType, alphaType); in FfiOHOSWebviewCtlGetFavicon()
1163 ret.icon = GetFavicon(item); in FfiOHOSGetItemAtIndex()
H A Dwebview_controller_impl.cpp704 bool WebviewControllerImpl::GetFavicon(const void **data, size_t &width, size_t &height, in GetFavicon() function in OHOS::Webview::WebviewControllerImpl
710 isGetFavicon = nweb_ptr->GetFavicon(data, width, height, colorType, alphaType); in GetFavicon()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h192 bool GetFavicon(const void **data, size_t &width, size_t &height,

Completed in 49 milliseconds