Searched refs:OnLoadIntercept (Results 1 – 7 of 7) sorted by relevance
141 ACE_WEB_EVENT_PROPERTY(OnLoadIntercept, bool);
53 static void OnLoadIntercept(const JSCallbackInfo& args);
1894 JSClass<JSWeb>::StaticMethod("onLoadIntercept", &JSWeb::OnLoadIntercept); in JSBind()3046 void JSWeb::OnLoadIntercept(const JSCallbackInfo& args) in OnLoadIntercept() function in OHOS::Ace::Framework::JSWeb
420 bool OnLoadIntercept(void* object);
804 return delegate->OnLoadIntercept(object); in RegisterWebObjectEvent()1234 bool WebDelegateCross::OnLoadIntercept(void* object) in OnLoadIntercept() function in OHOS::Ace::WebDelegateCross
867 bool OnLoadIntercept(const BaseEventInfo* info) const in OnLoadIntercept() function
5314 result = webCom->OnLoadIntercept(param.get()); in OnHandleInterceptLoading()