Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4852 void* webPrintDocument = webviewController->CreateWebPrintDocumentAdapter(jobName); in CreateWebPrintDocumentAdapter() local
4853 if (!webPrintDocument) { in CreateWebPrintDocumentAdapter()
5054 WebPrintDocument *webPrintDocument = nullptr; in OnStartLayoutWrite() local
5057 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&webPrintDocument)); in OnStartLayoutWrite()
5058 if (webPrintDocument == nullptr) { in OnStartLayoutWrite()
5103 WebPrintDocument *webPrintDocument = nullptr; in OnJobStateChanged() local
5104 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&webPrintDocument)); in OnJobStateChanged()
5105 if (webPrintDocument == nullptr) { in OnJobStateChanged()
5125 webPrintDocument->OnJobStateChanged(jobId, state); in OnJobStateChanged()
5150 WebPrintDocument *webPrintDocument = static_cast<WebPrintDocument *>(data); in JsConstructor() local
[all …]