Searched refs:WebPrintDocument (Results 1 – 3 of 3) sorted by relevance
128 class WebPrintDocument; variable571 class WebPrintDocument {573 …explicit WebPrintDocument(void* webPrintdoc) : printDocAdapter_((PrintDocumentAdapterAdapter*)webP… in WebPrintDocument() function574 ~WebPrintDocument() = default;
1355 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()
5054 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()