Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h128 class WebPrintDocument;
572 class WebPrintDocument { class in OHOS::NWeb::ResourceType::CoreSecurityLevel
574 explicit WebPrintDocument(void* webPrintdoc) : printDocAdapter_((PrintDocumentAdapterAdapter*)webPrintdoc) {}; in WebPrintDocument() function in OHOS::NWeb::ResourceType::CoreSecurityLevel::WebPrintDocument
575 ~WebPrintDocument() = default;
H A Dwebview_controller.cpp1355 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite()
1365 void WebPrintDocument::OnJobStateChanged(const std::string& jobId, uint32_t state) in OnJobStateChanged()
H A Dnapi_webview_controller.cpp5144 WebPrintDocument *webPrintDocument = nullptr; in OnStartLayoutWrite()
5193 WebPrintDocument *webPrintDocument = nullptr; in OnJobStateChanged()
5233 WebPrintDocument *webPrintDoc = new (std::nothrow) WebPrintDocument(webPrintDocPtr); in JsConstructor()
5240 WebPrintDocument *webPrintDocument = static_cast<WebPrintDocument *>(data); in JsConstructor()

Completed in 16 milliseconds