Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h141 ACE_WEB_EVENT_PROPERTY(OnLoadIntercept, bool);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h53 static void OnLoadIntercept(const JSCallbackInfo& args);
H A Djs_web.cpp1894 JSClass<JSWeb>::StaticMethod("onLoadIntercept", &JSWeb::OnLoadIntercept); in JSBind()
3046 void JSWeb::OnLoadIntercept(const JSCallbackInfo& args) in OnLoadIntercept() function in OHOS::Ace::Framework::JSWeb
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h420 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h867 bool OnLoadIntercept(const BaseEventInfo* info) const in OnLoadIntercept() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5314 result = webCom->OnLoadIntercept(param.get()); in OnHandleInterceptLoading()