Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h89 class WebPrintDocument; variable
480 class WebPrintDocument {
482 …explicit WebPrintDocument(void* webPrintdoc) : printDocAdapter_((PrintDocumentAdapterAdapter*)webP… in WebPrintDocument() function
483 ~WebPrintDocument() = default;
Dwebview_controller.cpp1110 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& o… in OnStartLayoutWrite()
1118 void WebPrintDocument::OnJobStateChanged(const std::string& jobId, uint32_t state) in OnJobStateChanged()
Dnapi_webview_controller.cpp4091 WebPrintDocument *webPrintDocument = nullptr; in OnStartLayoutWrite()
4140 WebPrintDocument *webPrintDocument = nullptr; in OnJobStateChanged()
4180 WebPrintDocument *webPrintDoc = new (std::nothrow) WebPrintDocument(webPrintDocPtr); in JsConstructor()
4187 WebPrintDocument *webPrintDocument = static_cast<WebPrintDocument *>(data); in JsConstructor()