Searched refs:OnFaviconReceived (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 124 static void OnFaviconReceived(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1959 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 D | web_event_hub.h | 158 ACE_WEB_EVENT_PROPERTY(OnFaviconReceived, void);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 857 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 D | web_delegate.h | 932 void OnFaviconReceived(const void* data, size_t width, size_t height, OHOS::NWeb::ImageColorType colorType,
|
H A D | web_client_impl.cpp | 864 delegate->OnFaviconReceived(data, width, height, colorType, alphaType); in OnPageIcon()
|
H A D | web_delegate.cpp | 5559 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