/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.cpp | 105 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 D | nweb_create_window.h | 210 void NotifyPopupWindowResult(bool result) override {} in NotifyPopupWindowResult() function
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 273 void NotifyPopupWindowResult(bool result) override in NotifyPopupWindowResult() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 564 void ArkWebNWebImpl::NotifyPopupWindowResult(bool result) in NotifyPopupWindowResult() function in OHOS::ArkWeb::ArkWebNWebImpl 566 nweb_nweb_->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
|
H A D | ark_web_nweb_impl.h | 589 void NotifyPopupWindowResult(bool result) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 736 virtual void NotifyPopupWindowResult(bool result) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model.h | 156 virtual void NotifyPopupWindowResult(int32_t webId, bool result) {}; in NotifyPopupWindowResult() function
|
H A D | web_model_ng.h | 163 void NotifyPopupWindowResult(int32_t webId, bool result) override;
|
H A D | web_model_ng.cpp | 971 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 D | ark_web_nweb_wrapper.cpp | 667 void ArkWebNWebWrapper::NotifyPopupWindowResult(bool result) in NotifyPopupWindowResult() function in OHOS::ArkWeb::ArkWebNWebWrapper 669 ark_web_nweb_->NotifyPopupWindowResult(result); in NotifyPopupWindowResult()
|
H A D | ark_web_nweb_wrapper.h | 597 void NotifyPopupWindowResult(bool result) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 814 virtual void NotifyPopupWindowResult(bool result) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 2044 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 D | web_delegate.h | 1105 void NotifyPopupWindowResult(bool result);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 927 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()
|