Searched refs:webPrintDocument (Results 1 – 1 of 1) sorted by relevance
4852 void* webPrintDocument = webviewController->CreateWebPrintDocumentAdapter(jobName); in CreateWebPrintDocumentAdapter() local4853 if (!webPrintDocument) { in CreateWebPrintDocumentAdapter()5054 WebPrintDocument *webPrintDocument = nullptr; in OnStartLayoutWrite() local5057 NAPI_CALL(env, napi_unwrap(env, thisVar, (void **)&webPrintDocument)); in OnStartLayoutWrite()5058 if (webPrintDocument == nullptr) { in OnStartLayoutWrite()5103 WebPrintDocument *webPrintDocument = nullptr; in OnJobStateChanged() local5104 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 …]