Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp674 void* ArkWebNWebImpl::CreateWebPrintDocumentAdapter(const ArkWebString& job_name) in CreateWebPrintDocumentAdapter() function in OHOS::ArkWeb::ArkWebNWebImpl
676 return nweb_nweb_->CreateWebPrintDocumentAdapter(ArkWebStringStructToClass(job_name)); in CreateWebPrintDocumentAdapter()
H A Dark_web_nweb_impl.h703 void* CreateWebPrintDocumentAdapter(const ArkWebString& job_name) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h878 virtual void* CreateWebPrintDocumentAdapter(const ArkWebString& job_name) = 0;
/ohos5.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 …PI_FUNCTION("createWebPrintDocumentAdapter", NapiWebviewController::CreateWebPrintDocumentAdapter), in Init()
4824 napi_value NapiWebviewController::CreateWebPrintDocumentAdapter(napi_env env, napi_callback_info in… in CreateWebPrintDocumentAdapter() function in OHOS::NWeb::NapiWebviewController
4852 void* webPrintDocument = webviewController->CreateWebPrintDocumentAdapter(jobName); in CreateWebPrintDocumentAdapter()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp785 void* ArkWebNWebWrapper::CreateWebPrintDocumentAdapter(const std::string& job_name) in CreateWebPrintDocumentAdapter() function in OHOS::ArkWeb::ArkWebNWebWrapper
789 void* adapter = ark_web_nweb_->CreateWebPrintDocumentAdapter(stObjName); in CreateWebPrintDocumentAdapter()
H A Dark_web_nweb_wrapper.h713 void* CreateWebPrintDocumentAdapter(const std::string& job_name) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h916 virtual void* CreateWebPrintDocumentAdapter(const std::string& jobName) = 0;