/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
H A D | napi_web_async_controller.cpp | 241 nweb->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchiveCallback() 283 nweb->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchivePromise()
|
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 147 void StoreWebArchive(
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 192 void StoreWebArchive(const std::string &baseName, bool autoName,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 375 void ArkWebNWebImpl::StoreWebArchive( in StoreWebArchive() function in OHOS::ArkWeb::ArkWebNWebImpl 379 nweb_nweb_->StoreWebArchive(ArkWebStringStructToClass(base_name), auto_name, nullptr); in StoreWebArchive() 383 nweb_nweb_->StoreWebArchive( in StoreWebArchive()
|
H A D | ark_web_nweb_impl.h | 374 void StoreWebArchive(
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 426 void ArkWebNWebWrapper::StoreWebArchive( in StoreWebArchive() function in OHOS::ArkWeb::ArkWebNWebWrapper 432 ark_web_nweb_->StoreWebArchive(stName, auto_name, nullptr); in StoreWebArchive() 434 ark_web_nweb_->StoreWebArchive(stName, auto_name, new ArkWebStringValueCallbackImpl(callback)); in StoreWebArchive()
|
H A D | ark_web_nweb_wrapper.h | 380 void StoreWebArchive(const std::string& base_name, bool auto_name,
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 448 virtual void StoreWebArchive(
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 138 static napi_value StoreWebArchive(napi_env env, napi_callback_info info);
|
H A D | webview_controller.cpp | 442 nweb_ptr->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchiveCallback() 483 nweb_ptr->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchivePromise()
|
H A D | napi_webview_controller.cpp | 535 DECLARE_NAPI_FUNCTION("storeWebArchive", NapiWebviewController::StoreWebArchive), in Init() 2673 napi_value NapiWebviewController::StoreWebArchive(napi_env env, napi_callback_info info) in StoreWebArchive() function in OHOS::NWeb::NapiWebviewController
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 610 virtual void StoreWebArchive(
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 623 nweb_ptr->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchiveCallback()
|