Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h718 if (onHttpAuthRequestImpl_) { in OnHttpAuthRequest()
719 return onHttpAuthRequestImpl_(info); in OnHttpAuthRequest()
728 onHttpAuthRequestImpl_ = std::move(onHttpAuthRequestImpl); in SetOnHttpAuthRequestImpl()
1143 OnHttpAuthRequestImpl onHttpAuthRequestImpl_; variable