Home
last modified time | relevance | path

Searched refs:OnResourceLoad (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h148 ACE_WEB_EVENT_PROPERTY(OnResourceLoad, void);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h77 static void OnResourceLoad(const JSCallbackInfo& args);
H A Djs_web.cpp1920 JSClass<JSWeb>::StaticMethod("onResourceLoad", &JSWeb::OnResourceLoad); in JSBind()
3579 void JSWeb::OnResourceLoad(const JSCallbackInfo& args) in OnResourceLoad() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp531 delegate->OnResourceLoad(url); in OnResource()
H A Dweb_delegate.h853 void OnResourceLoad(const std::string& url);
H A Dweb_delegate.cpp5319 void WebDelegate::OnResourceLoad(const std::string& url) in OnResourceLoad() function in OHOS::Ace::WebDelegate