Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1022 virtual bool GetPrintBackground() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h297 bool GetPrintBackground() const;
H A Dnapi_webview_controller.h269 static napi_value GetPrintBackground(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1470 bool WebviewController::GetPrintBackground() const in GetPrintBackground() function in OHOS::NWeb::WebviewController
1475 printBackgroundEnabled = nweb_ptr->GetPrintBackground(); in GetPrintBackground()
H A Dnapi_webview_controller.cpp590 DECLARE_NAPI_FUNCTION("getPrintBackground", NapiWebviewController::GetPrintBackground), in Init()
5277 napi_value NapiWebviewController::GetPrintBackground(napi_env env, napi_callback_info info) in GetPrintBackground() function in OHOS::NWeb::NapiWebviewController
5286 bool printBackgroundEnabled = webviewController->GetPrintBackground(); in GetPrintBackground()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h877 bool GetPrintBackground() override;
H A Dark_web_nweb_impl.cpp808 bool ArkWebNWebImpl::GetPrintBackground() in GetPrintBackground() function in OHOS::ArkWeb::ArkWebNWebImpl
810 return nweb_nweb_->GetPrintBackground(); in GetPrintBackground()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp949 bool ArkWebNWebWrapper::GetPrintBackground() in GetPrintBackground() function in OHOS::ArkWeb::ArkWebNWebWrapper
951 return ark_web_nweb_->GetPrintBackground(); in GetPrintBackground()
H A Dark_web_nweb_wrapper.h889 bool GetPrintBackground() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1096 virtual bool GetPrintBackground() = 0;

Completed in 29 milliseconds