Home
last modified time | relevance | path

Searched refs:WebPageSnapshot (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp997 bool ArkWebNWebImpl::WebPageSnapshot(const char* id, in WebPageSnapshot() function in OHOS::ArkWeb::ArkWebNWebImpl
1003 return nweb_nweb_->WebPageSnapshot(id, static_cast<ArkPixelUnit>(type), width, in WebPageSnapshot()
H A Dark_web_nweb_impl.h1130 bool WebPageSnapshot(const char* id,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1380 virtual bool WebPageSnapshot(const char* id,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h372 ErrCode WebPageSnapshot(const char* id,
H A Dnapi_webview_controller.h358 static napi_value WebPageSnapshot(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1910 ErrCode WebviewController::WebPageSnapshot( in WebPageSnapshot() function in OHOS::NWeb::WebviewController
1918 bool init = nweb_ptr->WebPageSnapshot(id, type, width, height, std::move(callback)); in WebPageSnapshot()
H A Dnapi_webview_controller.cpp631 DECLARE_NAPI_FUNCTION("webPageSnapshot", NapiWebviewController::WebPageSnapshot), in Init()
6180 napi_value NapiWebviewController::WebPageSnapshot(napi_env env, napi_callback_info info) in WebPageSnapshot() function in OHOS::NWeb::NapiWebviewController
6283 ErrCode ret = webviewController->WebPageSnapshot(nativeSnapshotId.c_str(), in WebPageSnapshot()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1158 bool ArkWebNWebWrapper::WebPageSnapshot(const char* id, in WebPageSnapshot() function in OHOS::ArkWeb::ArkWebNWebWrapper
1164 return ark_web_nweb_->WebPageSnapshot(id, static_cast<int>(type), width, height, callback); in WebPageSnapshot()
H A Dark_web_nweb_wrapper.h1142 bool WebPageSnapshot(const char* id,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1316 virtual bool WebPageSnapshot(const char* id, in WebPageSnapshot() function