Home
last modified time | relevance | path

Searched refs:onLoadInterceptImpl (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.cpp219 auto onLoadInterceptImpl = [](const BaseEventInfo* info) -> bool { return true; }; in __anoncfa545012502() variable
220 webModelNG.SetOnLoadIntercept(std::move(onLoadInterceptImpl));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h874 void SetOnLoadIntercept(OnLoadInterceptImpl&& onLoadInterceptImpl) in SetOnLoadIntercept() argument
876 if (onLoadInterceptImpl == nullptr) { in SetOnLoadIntercept()
880 onLoadInterceptImpl_ = onLoadInterceptImpl; in SetOnLoadIntercept()