Home
last modified time | relevance | path

Searched refs:SetPrintBackground (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1014 virtual void SetPrintBackground(bool enable) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h295 void SetPrintBackground(bool enable);
H A Dnapi_webview_controller.h267 static napi_value SetPrintBackground(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1462 void WebviewController::SetPrintBackground(bool enable) in SetPrintBackground() function in OHOS::NWeb::WebviewController
1466 nweb_ptr->SetPrintBackground(enable); in SetPrintBackground()
H A Dnapi_webview_controller.cpp589 DECLARE_NAPI_FUNCTION("setPrintBackground", NapiWebviewController::SetPrintBackground), in Init()
5247 napi_value NapiWebviewController::SetPrintBackground(napi_env env, napi_callback_info info) in SetPrintBackground() function in OHOS::NWeb::NapiWebviewController
5273 webviewController->SetPrintBackground(printBackgroundEnabled); in SetPrintBackground()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h870 void SetPrintBackground(bool enable) override;
H A Dark_web_nweb_impl.cpp803 void ArkWebNWebImpl::SetPrintBackground(bool enable) in SetPrintBackground() function in OHOS::ArkWeb::ArkWebNWebImpl
805 nweb_nweb_->SetPrintBackground(enable); in SetPrintBackground()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp944 void ArkWebNWebWrapper::SetPrintBackground(bool enable) in SetPrintBackground() function in OHOS::ArkWeb::ArkWebNWebWrapper
946 ark_web_nweb_->SetPrintBackground(enable); in SetPrintBackground()
H A Dark_web_nweb_wrapper.h882 void SetPrintBackground(bool enable) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1090 virtual void SetPrintBackground(bool enable) = 0;

Completed in 26 milliseconds