Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp105 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()
111 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h210 void NotifyPopupWindowResult(bool result) override {} in NotifyPopupWindowResult() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h273 void NotifyPopupWindowResult(bool result) override in NotifyPopupWindowResult() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp564 void ArkWebNWebImpl::NotifyPopupWindowResult(bool result) in NotifyPopupWindowResult() function in OHOS::ArkWeb::ArkWebNWebImpl
566 nweb_nweb_->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
H A Dark_web_nweb_impl.h589 void NotifyPopupWindowResult(bool result) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h736 virtual void NotifyPopupWindowResult(bool result) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h156 virtual void NotifyPopupWindowResult(int32_t webId, bool result) {}; in NotifyPopupWindowResult() function
H A Dweb_model_ng.h163 void NotifyPopupWindowResult(int32_t webId, bool result) override;
H A Dweb_model_ng.cpp971 void WebModelNG::NotifyPopupWindowResult(int32_t webId, bool result) in NotifyPopupWindowResult() function in OHOS::Ace::NG::WebModelNG
977 nweb->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp667 void ArkWebNWebWrapper::NotifyPopupWindowResult(bool result) in NotifyPopupWindowResult() function in OHOS::ArkWeb::ArkWebNWebWrapper
669 ark_web_nweb_->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
H A Dark_web_nweb_wrapper.h597 void NotifyPopupWindowResult(bool result) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h814 virtual void NotifyPopupWindowResult(bool result) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2044 void WebDelegate::NotifyPopupWindowResult(bool result) in NotifyPopupWindowResult() function in OHOS::Ace::WebDelegate
2049 parentNWeb->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
2074 NotifyPopupWindowResult(true); in RunSetWebIdAndHapPathCallback()
2092 NotifyPopupWindowResult(true); in RunSetWebIdAndHapPathCallback()
2105 NotifyPopupWindowResult(true); in RunSetWebIdAndHapPathCallback()
H A Dweb_delegate.h1105 void NotifyPopupWindowResult(bool result);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp927 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()
932 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()
937 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()
944 WebModel::GetInstance()->NotifyPopupWindowResult(parentNWebId, false); in SetWebController()