Searched refs:WebPageSnapshot (Results 1 - 10 of 10) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1334 virtual bool WebPageSnapshot(const char* id,
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 375 ErrCode WebPageSnapshot(const char* id,
|
H A D | napi_webview_controller.h | 358 static napi_value WebPageSnapshot(napi_env env, napi_callback_info info);
|
H A D | webview_controller.cpp | 1870 WVLOG_E("WebPageSnapshot Failed to get application context."); in ParseJsLengthResourceToInt() 1875 WVLOG_E("WebPageSnapshot Failed to get resource manager."); in ParseJsLengthResourceToInt() 1900 WVLOG_E("WebPageSnapshot resource type not support"); in ParseJsLengthResourceToInt() 1903 WVLOG_E("WebPageSnapshot resource type error"); in ParseJsLengthResourceToInt() 1913 WVLOG_E("WebPageSnapshot Unable to parse js length object."); in ParseJsLengthToInt() 1938 ErrCode WebviewController::WebPageSnapshot( in WebPageSnapshot() function in OHOS::NWeb::WebviewController 1946 bool init = nweb_ptr->WebPageSnapshot(id, type, width, height, std::move(callback)); in WebPageSnapshot()
|
H A D | napi_webview_controller.cpp | 631 DECLARE_NAPI_FUNCTION("webPageSnapshot", NapiWebviewController::WebPageSnapshot), in Init() 6194 WVLOG_I("WebPageSnapshot return napi callback"); in CreateWebPageSnapshotResultCallback() 6213 WVLOG_E("WebPageSnapshot create pixel map error"); in CreateWebPageSnapshotResultCallback() 6263 napi_value NapiWebviewController::WebPageSnapshot(napi_env env, napi_callback_info info) in WebPageSnapshot() function in OHOS::NapiWebviewController 6274 WVLOG_E("WebPageSnapshot: args count is not allowed."); in WebPageSnapshot() 6282 WVLOG_E("WebPageSnapshot failed to create reference for callback"); in WebPageSnapshot() 6289 WVLOG_E("WebPageSnapshot init webview controller error."); in WebPageSnapshot() 6342 WVLOG_E("WebPageSnapshot input different pixel unit"); in WebPageSnapshot() 6356 WVLOG_E("WebPageSnapshot input pixel length less than 0"); in WebPageSnapshot() 6366 WVLOG_I("WebPageSnapshot pixe in WebPageSnapshot() [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 1170 bool WebPageSnapshot(const char* id,
|
H A D | ark_web_nweb_impl.cpp | 1046 bool ArkWebNWebImpl::WebPageSnapshot(const char* id, in WebPageSnapshot() function in OHOS::ArkWeb::ArkWebNWebImpl 1051 return nweb_nweb_->WebPageSnapshot(id, static_cast<ArkPixelUnit>(type), width, in WebPageSnapshot()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1169 bool ArkWebNWebWrapper::WebPageSnapshot(const char* id, in WebPageSnapshot() function in OHOS::ArkWeb::ArkWebNWebWrapper 1175 return ark_web_nweb_->WebPageSnapshot(id, static_cast<int>(type), width, height, callback); in WebPageSnapshot()
|
H A D | ark_web_nweb_wrapper.h | 1150 bool WebPageSnapshot(const char* id,
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1372 virtual bool WebPageSnapshot(const char* id, in WebPageSnapshot() function in OHOS::NWeb::PrecompileError::NWeb
|
Completed in 26 milliseconds