Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h128 class WebPrintDocument; variable
571 class WebPrintDocument {
573 …explicit WebPrintDocument(void* webPrintdoc) : printDocAdapter_((PrintDocumentAdapterAdapter*)webP… in WebPrintDocument() function
574 ~WebPrintDocument() = default;
H A Dwebview_controller.cpp1355 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& o… in OnStartLayoutWrite()
1365 void WebPrintDocument::OnJobStateChanged(const std::string& jobId, uint32_t state) in OnJobStateChanged()
H A Dnapi_webview_controller.cpp5054 WebPrintDocument *webPrintDocument = nullptr; in OnStartLayoutWrite()
5103 WebPrintDocument *webPrintDocument = nullptr; in OnJobStateChanged()
5143 WebPrintDocument *webPrintDoc = new (std::nothrow) WebPrintDocument(webPrintDocPtr); in JsConstructor()
5150 WebPrintDocument *webPrintDocument = static_cast<WebPrintDocument *>(data); in JsConstructor()