Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h903 if (onInterceptRequestImpl_) { in OnInterceptRequest()
904 return onInterceptRequestImpl_(info); in OnInterceptRequest()
911 return onInterceptRequestImpl_ == nullptr; in IsEmptyOnInterceptRequest()
919 onInterceptRequestImpl_ = std::move(onInterceptRequestImpl); in SetOnInterceptRequest()
1149 OnInterceptRequestImpl onInterceptRequestImpl_ = nullptr; variable