Home
last modified time | relevance | path

Searched refs:onUrlLoadInterceptImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp108 auto onUrlLoadInterceptImpl = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545011402() variable
109 webModelNG.SetOnUrlLoadIntercept(onUrlLoadInterceptImpl);
110 webModelNG.SetOnLoadIntercept(onUrlLoadInterceptImpl);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h857 void SetOnUrlLoadIntercept(OnUrlLoadInterceptImpl&& onUrlLoadInterceptImpl) in SetOnUrlLoadIntercept() argument
859 if (onUrlLoadInterceptImpl == nullptr) { in SetOnUrlLoadIntercept()
863 onUrlLoadInterceptImpl_ = onUrlLoadInterceptImpl; in SetOnUrlLoadIntercept()