Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h826 virtual void* CreateWebPrintDocumentAdapter(const ArkWebString& job_name) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h283 void* CreateWebPrintDocumentAdapter(const std::string &jobName);
H A Dnapi_webview_controller.h253 static napi_value CreateWebPrintDocumentAdapter(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1372 void* WebviewController::CreateWebPrintDocumentAdapter(const std::string& jobName) in CreateWebPrintDocumentAdapter() function in OHOS::NWeb::WebviewController
1378 return nweb_ptr->CreateWebPrintDocumentAdapter(jobName); in CreateWebPrintDocumentAdapter()
H A Dnapi_webview_controller.cpp583 DECLARE_NAPI_FUNCTION("createWebPrintDocumentAdapter", NapiWebviewController::CreateWebPrintDocumentAdapter), in Init()
4910 napi_value NapiWebviewController::CreateWebPrintDocumentAdapter(napi_env env, napi_callback_info info) in CreateWebPrintDocumentAdapter() function in OHOS::NWeb::NapiWebviewController
4936 void* webPrintDocument = webviewController->CreateWebPrintDocumentAdapter(jobName); in CreateWebPrintDocumentAdapter()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h703 void* CreateWebPrintDocumentAdapter(const ArkWebString& job_name) override;
H A Dark_web_nweb_impl.cpp675 void* ArkWebNWebImpl::CreateWebPrintDocumentAdapter(const ArkWebString& job_name) in CreateWebPrintDocumentAdapter() function in OHOS::ArkWeb::ArkWebNWebImpl
677 return nweb_nweb_->CreateWebPrintDocumentAdapter(ArkWebStringStructToClass(job_name)); in CreateWebPrintDocumentAdapter()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp786 void* ArkWebNWebWrapper::CreateWebPrintDocumentAdapter(const std::string& job_name) in CreateWebPrintDocumentAdapter() function in OHOS::ArkWeb::ArkWebNWebWrapper
790 void* adapter = ark_web_nweb_->CreateWebPrintDocumentAdapter(stObjName); in CreateWebPrintDocumentAdapter()
H A Dark_web_nweb_wrapper.h713 void* CreateWebPrintDocumentAdapter(const std::string& job_name) override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h947 virtual void* CreateWebPrintDocumentAdapter(const std::string& jobName) = 0;

Completed in 27 milliseconds