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 D | ark_web_nweb_impl.cpp | 997 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 D | ark_web_nweb_impl.h | 1130 bool WebPageSnapshot(const char* id,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1380 virtual bool WebPageSnapshot(const char* id,
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 372 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 | 1910 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 D | napi_webview_controller.cpp | 631 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 D | ark_web_nweb_wrapper.cpp | 1158 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 D | ark_web_nweb_wrapper.h | 1142 bool WebPageSnapshot(const char* id,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1316 virtual bool WebPageSnapshot(const char* id, in WebPageSnapshot() function
|