/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_history_item_impl.cpp | 31 …HistoryItemImpl::GetFavicon(void** data, int& width, int& height, int& color_type, int& alpha_type) in GetFavicon() argument 37 alpha_type = static_cast<int>(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.cpp | 455 …mpl::GetFavicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) in GetFavicon() argument 461 alpha_type = static_cast<int>(enum_alpha_type); in GetFavicon()
|
H A D | ark_web_handler_wrapper.cpp | 101 …ata, size_t width, size_t height, ArkWebImageColorType color_type, ArkWebImageAlphaType alpha_type) in OnPageIcon() argument 103 …dler_->OnPageIcon(data, width, height, static_cast<int>(color_type), static_cast<int>(alpha_type)); in OnPageIcon()
|
H A D | ark_web_nweb_impl.h | 462 …vicon(const void** data, size_t& width, size_t& height, int& color_type, int& alpha_type) override;
|
H A D | ark_web_handler_wrapper.h | 69 ArkWebImageAlphaType alpha_type) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_history_item_wrapper.cpp | 27 … data, int& width, int& height, ArkWebImageColorType& color_type, ArkWebImageAlphaType& alpha_type) in GetFavicon() argument 33 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()
|
H A D | ark_web_history_item_wrapper.h | 35 ArkWebImageAlphaType& alpha_type) override;
|
H A D | ark_web_handler_impl.h | 59 …void OnPageIcon(const void* data, size_t width, size_t height, int color_type, int alpha_type) ove…
|
H A D | ark_web_handler_impl.cpp | 102 …dlerImpl::OnPageIcon(const void* data, size_t width, size_t height, int color_type, int alpha_type) in OnPageIcon() argument 105 static_cast<ArkWebImageAlphaType>(alpha_type)); in OnPageIcon()
|
H A D | ark_web_nweb_wrapper.cpp | 547 ArkWebImageAlphaType& alpha_type) in GetFavicon() argument 553 alpha_type = static_cast<ArkWebImageAlphaType>(enum_alpha_type); in GetFavicon()
|
H A D | ark_web_nweb_wrapper.h | 469 ArkWebImageAlphaType& alpha_type) override;
|
/ohos5.0/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) = …
|
H A D | ark_web_handler.h | 97 …void OnPageIcon(const void* data, size_t width, size_t height, int color_type, int alpha_type) = 0;
|
H A D | ark_web_nweb.h | 590 int& alpha_type) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 437 …onst void* data, size_t width, size_t height, ImageColorType color_type, ImageAlphaType alpha_type) in OnPageIcon() argument
|