Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp108 CHECK_NULL_VOID(webEventHub); in SetOnCommonDialog()
123 CHECK_NULL_VOID(webEventHub); in SetOnConsoleLog()
132 CHECK_NULL_VOID(webEventHub); in SetOnPageStart()
141 CHECK_NULL_VOID(webEventHub); in SetOnPageFinish()
150 CHECK_NULL_VOID(webEventHub); in SetOnProgressChange()
159 CHECK_NULL_VOID(webEventHub); in SetOnTitleReceive()
168 CHECK_NULL_VOID(webEventHub); in SetOnFullScreenExit()
177 CHECK_NULL_VOID(webEventHub); in SetOnFullScreenEnter()
186 CHECK_NULL_VOID(webEventHub); in SetOnGeolocationHide()
195 CHECK_NULL_VOID(webEventHub); in SetOnGeolocationShow()
[all …]
H A Drichtext_model_ng.cpp63 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnPageStart() local
64 CHECK_NULL_VOID(webEventHub); in SetOnPageStart()
65 webEventHub->SetOnPageStartedEvent(std::move(onPageStartedEvent)); in SetOnPageStart()
77 auto webEventHub = ViewStackProcessor::GetInstance()->GetMainFrameNodeEventHub<WebEventHub>(); in SetOnPageFinish() local
78 CHECK_NULL_VOID(webEventHub); in SetOnPageFinish()
79 webEventHub->SetOnPageFinishedEvent(std::move(onPageFinishEvent)); in SetOnPageFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp970 CHECK_NULL_VOID(webEventHub); in OnPageStarted()
995 CHECK_NULL_VOID(webEventHub); in OnPageFinished()
1022 CHECK_NULL_VOID(webEventHub); in OnProgressChanged()
1046 CHECK_NULL_VOID(webEventHub); in OnReceivedTitle()
1085 CHECK_NULL_VOID(webEventHub); in OnErrorReceive()
1114 CHECK_NULL_VOID(webEventHub); in OnScroll()
1143 CHECK_NULL_VOID(webEventHub); in OnScaleChange()
1188 CHECK_NULL_VOID(webEventHub); in OnHttpErrorReceive()
1222 CHECK_NULL_VOID(webEventHub); in OnConsoleMessage()
1259 CHECK_NULL_VOID(webEventHub); in OnLoadIntercept()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp4412 CHECK_NULL_VOID(webEventHub); in OnPageStarted()
4433 CHECK_NULL_VOID(webEventHub); in OnPageFinished()
4508 CHECK_NULL_VOID(webEventHub); in OnFullScreenExit()
4658 CHECK_NULL_VOID(webEventHub); in OnCommonDialog()
4736 CHECK_NULL_VOID(webEventHub); in OnHttpAuthRequest()
4773 CHECK_NULL_VOID(webEventHub); in OnSslErrorRequest()
4809 CHECK_NULL_VOID(webEventHub); in OnAllSslErrorRequest()
4831 CHECK_NULL_VOID(webEventHub); in OnSslSelectCertRequest()
5206 CHECK_NULL_VOID(webEventHub); in OnContextMenuShow()
5594 CHECK_NULL_VOID(webEventHub); in OnDataResubmitted()
[all …]