Home
last modified time | relevance | path

Searched refs:OnStartLayoutWrite (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_print_document_adapter_adapter_impl.cpp29 void ArkPrintDocumentAdapterAdapterImpl::OnStartLayoutWrite(const ArkWebString& jobId, in OnStartLayoutWrite() function in OHOS::ArkWeb::ArkPrintDocumentAdapterAdapterImpl
34 …return real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, nullptr… in OnStartLayoutWrite()
37 real_->OnStartLayoutWrite(ArkWebStringStructToClass(jobId), oldAttrs, newAttrs, fd, in OnStartLayoutWrite()
H A Dark_print_document_adapter_adapter_impl.h28 void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAttrs,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_print_document_adapter_adapter_wrapper.cpp29 void ArkPrintDocumentAdapterAdapterWrapper::OnStartLayoutWrite(const std::string& jobId, in OnStartLayoutWrite() function in OHOS::ArkWeb::ArkPrintDocumentAdapterAdapterWrapper
35 ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, nullptr); in OnStartLayoutWrite()
37 …ctocpp_->OnStartLayoutWrite(str, oldAttrs, newAttrs, fd, new ArkPrintWriteResultCallbackAdapterImp… in OnStartLayoutWrite()
H A Dark_print_document_adapter_adapter_wrapper.h28 void OnStartLayoutWrite(const std::string& jobId, const NWeb::PrintAttributesAdapter& oldAttrs,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_print_manager_adapter.h38 …virtual void OnStartLayoutWrite(const ArkWebString& jobId, const ArkPrintAttributesAdapter& oldAtt…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h69 … virtual void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp60 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite() function in OHOS::NWeb::PrintDocumentAdapterImplMock
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp158 cb_->OnStartLayoutWrite( in onStartLayoutWrite()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp49 …void OnStartLayoutWrite(const std::string& jobId, const OHOS::NWeb::PrintAttributesAdapter& oldAtt… in OnStartLayoutWrite() function in OHOS::NWeb::PrintDocumentAdapterImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h575 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
H A Dnapi_webview_controller.h465 static napi_value OnStartLayoutWrite(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1355 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& o… in OnStartLayoutWrite() function in OHOS::NWeb::WebPrintDocument
1361 printDocAdapter_->OnStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, callback); in OnStartLayoutWrite()
H A Dnapi_webview_controller.cpp788 DECLARE_NAPI_FUNCTION("onStartLayoutWrite", NapiWebPrintDocument::OnStartLayoutWrite), in Init()
5047 napi_value NapiWebPrintDocument::OnStartLayoutWrite(napi_env env, napi_callback_info info) in OnStartLayoutWrite() function in OHOS::NWeb::NapiWebPrintDocument
5089 … webPrintDocument->OnStartLayoutWrite(jobId, oldPrintAttr, newPrintAttr, fd, writeResultCallback); in OnStartLayoutWrite()