Searched refs:WebPrintDocument (Results 1 – 3 of 3) sorted by relevance
89 class WebPrintDocument; variable480 class WebPrintDocument {482 …explicit WebPrintDocument(void* webPrintdoc) : printDocAdapter_((PrintDocumentAdapterAdapter*)webP… in WebPrintDocument() function483 ~WebPrintDocument() = default;
1110 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()
4091 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()