Home
last modified time | relevance | path

Searched refs:OnFaviconReceived (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h124 static void OnFaviconReceived(const JSCallbackInfo& args);
H A Djs_web.cpp1959 JSClass<JSWeb>::StaticMethod("onFaviconReceived", &JSWeb::OnFaviconReceived); in JSBind()
4397 void JSWeb::OnFaviconReceived(const JSCallbackInfo& args) in OnFaviconReceived() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h158 ACE_WEB_EVENT_PROPERTY(OnFaviconReceived, void);
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp857 void WebDelegate::OnFaviconReceived(const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType, in OnFaviconReceived() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h932 void OnFaviconReceived(const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType,
H A Dweb_client_impl.cpp864 delegate->OnFaviconReceived(data, width, height, colorType, alphaType); in OnPageIcon()
H A Dweb_delegate.cpp5559 void WebDelegate::OnFaviconReceived(const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType, in OnFaviconReceived() function in OHOS::Ace::WebDelegate

Completed in 30 milliseconds