Home
last modified time | relevance | path

Searched refs:SetOnInterceptRequest (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp107 webModelNG.SetOnInterceptRequest(onInterceptRequestImpl);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h58 …void SetOnInterceptRequest(std::function<RefPtr<WebResponse>(const BaseEventInfo* info)>&& jsCallb…
H A Dweb_model_impl.cpp235 void WebModelImpl::SetOnInterceptRequest(std::function<RefPtr<WebResponse>(const BaseEventInfo* inf… in SetOnInterceptRequest() function in OHOS::Ace::Framework::WebModelImpl
239 webComponent->SetOnInterceptRequest(std::move(jsCallback)); in SetOnInterceptRequest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h64 …virtual void SetOnInterceptRequest(std::function<RefPtr<WebResponse>(const BaseEventInfo* info)>&&…
H A Dweb_model_ng.h64 …void SetOnInterceptRequest(std::function<RefPtr<WebResponse>(const BaseEventInfo* info)>&& jsCallb…
H A Dweb_model_ng.cpp341 void WebModelNG::SetOnInterceptRequest(std::function<RefPtr<WebResponse>(const BaseEventInfo* info)… in SetOnInterceptRequest() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h914 void SetOnInterceptRequest(OnInterceptRequestImpl&& onInterceptRequestImpl) in SetOnInterceptRequest() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3017 WebModel::GetInstance()->SetOnInterceptRequest(jsCallback); in OnInterceptRequest()