Searched refs:OnStartLayoutWrite (Results 1 – 8 of 8) sorted by relevance
| /base/web/webview/ohos_adapter/interfaces/ |
| D | print_manager_adapter.h | 60 … virtual void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
|
| /base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
| D | print_manager_adapter_impl_test.cpp | 60 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite() function in OHOS::NWeb::PrintDocumentAdapterImplMock
|
| /base/web/webview/ohos_adapter/print_manager_adapter/src/ |
| D | print_manager_adapter_impl.cpp | 151 cb_->OnStartLayoutWrite( in onStartLayoutWrite()
|
| /base/web/webview/test/unittest/ohos_adapter_helper/ |
| D | ohos_adapter_helper_test.cpp | 48 …void OnStartLayoutWrite(const std::string& jobId, const OHOS::NWeb::PrintAttributesAdapter& oldAtt… in OnStartLayoutWrite() function in OHOS::NWeb::PrintDocumentAdapterImpl
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | napi_webview_controller.h | 305 static napi_value OnStartLayoutWrite(napi_env env, napi_callback_info info);
|
| D | webview_controller.h | 484 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs,
|
| D | webview_controller.cpp | 1110 void WebPrintDocument::OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& o… in OnStartLayoutWrite() function in OHOS::NWeb::WebPrintDocument 1114 printDocAdapter_->OnStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, writeResultCallback); in OnStartLayoutWrite()
|
| D | napi_webview_controller.cpp | 394 DECLARE_NAPI_FUNCTION("onStartLayoutWrite", NapiWebPrintDocument::OnStartLayoutWrite), in Init() 4084 napi_value NapiWebPrintDocument::OnStartLayoutWrite(napi_env env, napi_callback_info info) in OnStartLayoutWrite() function in OHOS::NWeb::NapiWebPrintDocument 4126 … webPrintDocument->OnStartLayoutWrite(jobId, oldPrintAttr, newPrintAttr, fd, writeResultCallback); in OnStartLayoutWrite()
|