Searched refs:ArkPrintAttributesAdapter (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_print_manager_adapter.h | 38 …virtual void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAtt… 39 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd, 55 const ArkPrintAttributesAdapter& printAttributes) = 0; 59 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) = 0;
|
H A D | ark_web_adapter_structs.h | 22 using ArkPrintAttributesAdapter = OHOS::NWeb::PrintAttributesAdapter; variable
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_print_document_adapter_adapter_impl.h | 28 void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs, 29 const ArkPrintAttributesAdapter& newAttrs, uint32_t fd,
|
H A D | ark_print_document_adapter_adapter_impl.cpp | 30 … const ArkPrintAttributesAdapter& oldAttrs, const ArkPrintAttributesAdapter& newAttrs, uint32_t fd, in OnStartLayoutWrite()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_print_manager_adapter_impl.h | 32 const ArkPrintAttributesAdapter& printAttributes) override; 35 const ArkPrintAttributesAdapter& printAttributes, void* contextToken) override;
|
H A D | ark_print_manager_adapter_impl.cpp | 38 …const ArkWebRefPtr<ArkPrintDocumentAdapterAdapter> listener, const ArkPrintAttributesAdapter& prin… in Print() 50 …const ArkWebRefPtr<ArkPrintDocumentAdapterAdapter> listener, const ArkPrintAttributesAdapter& prin… in Print()
|