Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h53 static void OnLoadIntercept(const JSCallbackInfo& args);
H A Djs_web.cpp1886 JSClass<JSWeb>::StaticMethod("onLoadIntercept", &JSWeb::OnLoadIntercept); in JSBind()
3134 void JSWeb::OnLoadIntercept(const JSCallbackInfo& args) in OnLoadIntercept() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h141 ACE_WEB_EVENT_PROPERTY(OnLoadIntercept, bool);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h872 bool OnLoadIntercept(const BaseEventInfo* info) const in OnLoadIntercept() function in OHOS::Ace::WebComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h422 bool OnLoadIntercept(void* object);
H A Dweb_delegate_cross.cpp804 return delegate->OnLoadIntercept(object); in RegisterWebObjectEvent()
1234 bool WebDelegateCross::OnLoadIntercept(void* object) in OnLoadIntercept() function in OHOS::Ace::WebDelegateCross
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5295 result = webCom->OnLoadIntercept(param.get()); in OnHandleInterceptLoading()

Completed in 28 milliseconds