/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_history_item_impl.cpp | 31 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 D | ark_web_history_item_impl.h | 32 bool GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) override;
|
H A D | ark_web_nweb_impl.h | 462 bool GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) override;
|
H A D | ark_web_nweb_impl.cpp | 456 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 D | ark_web_history_item_wrapper.cpp | 26 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 D | ark_web_history_item_wrapper.h | 34 bool GetFavicon(void** data, int& width, int& height, ArkWebImageColorType& color_type,
|
H A D | ark_web_nweb_wrapper.cpp | 547 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 D | ark_web_nweb_wrapper.h | 468 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 D | ark_web_history_item.h | 29 virtual bool GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) = 0;
|
H A D | ark_web_nweb.h | 548 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 D | nweb_history_list.h | 38 virtual bool GetFavicon(
|
H A D | nweb.h | 702 virtual bool GetFavicon(
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 216 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 D | webview_controller.h | 252 bool GetFavicon(
|
H A D | webview_controller.cpp | 1215 bool WebviewController::GetFavicon( in GetFavicon() function in OHOS::NWeb::WebviewController 1221 isGetFavicon = nweb_ptr->GetFavicon(data, width, height, colorType, alphaType); in GetFavicon()
|
H A D | napi_webview_controller.cpp | 563 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 D | nweb_create_window.h | 175 bool GetFavicon(
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 227 bool GetFavicon(const void** data, size_t& width, size_t& height,
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_ffi.cpp | 1074 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 D | webview_controller_impl.cpp | 704 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 D | webview_controller_impl.h | 192 bool GetFavicon(const void **data, size_t &width, size_t &height,
|