Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h209 void SetShouldFrameSubmissionBeforeDraw(bool should) override {} in SetShouldFrameSubmissionBeforeDraw() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h271 void SetShouldFrameSubmissionBeforeDraw(bool should) override in SetShouldFrameSubmissionBeforeDraw() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp559 void ArkWebNWebImpl::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::ArkWeb::ArkWebNWebImpl
561 nweb_nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()
H A Dark_web_nweb_impl.h582 void SetShouldFrameSubmissionBeforeDraw(bool should) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h728 virtual void SetShouldFrameSubmissionBeforeDraw(bool should) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp662 void ArkWebNWebWrapper::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::ArkWeb::ArkWebNWebWrapper
664 ark_web_nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()
H A Dark_web_nweb_wrapper.h590 void SetShouldFrameSubmissionBeforeDraw(bool should) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h807 virtual void SetShouldFrameSubmissionBeforeDraw(bool should) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h792 void SetShouldFrameSubmissionBeforeDraw(bool should);
H A Dweb_delegate.cpp4122 void WebDelegate::SetShouldFrameSubmissionBeforeDraw(bool should) in SetShouldFrameSubmissionBeforeDraw() function in OHOS::Ace::WebDelegate
4135 delegate->nweb_->SetShouldFrameSubmissionBeforeDraw(should); in SetShouldFrameSubmissionBeforeDraw()