Home
last modified time | relevance | path

Searched refs:RestoreWebState (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h194 bool RestoreWebState(const std::vector<uint8_t>& state) override in RestoreWebState() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h249 bool RestoreWebState(const std::vector<uint8_t> &state) override in RestoreWebState() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp511 bool ArkWebNWebImpl::RestoreWebState(const ArkWebUint8Vector& state) in RestoreWebState() function in OHOS::ArkWeb::ArkWebNWebImpl
513 …return nweb_nweb_->RestoreWebState(ArkWebBasicVectorStructToClass<uint8_t, ArkWebUint8Vector>(stat… in RestoreWebState()
H A Dark_web_nweb_impl.h511 bool RestoreWebState(const ArkWebUint8Vector& state) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h647 virtual bool RestoreWebState(const ArkWebUint8Vector& state) = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h257 bool RestoreWebState(const std::vector<uint8_t> &state);
H A Dnapi_webview_controller.h220 static napi_value RestoreWebState(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1236 bool WebviewController::RestoreWebState(const std::vector<uint8_t> &state) in RestoreWebState() function in OHOS::NWeb::WebviewController
1241 isRestored = nweb_ptr->RestoreWebState(state); in RestoreWebState()
H A Dnapi_webview_controller.cpp566 DECLARE_NAPI_FUNCTION("restoreWebState", NapiWebviewController::RestoreWebState), in Init()
4007 napi_value NapiWebviewController::RestoreWebState(napi_env env, napi_callback_info info) in RestoreWebState() function in OHOS::NWeb::NapiWebviewController
4056 webviewController->RestoreWebState(state); in RestoreWebState()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp607 bool ArkWebNWebWrapper::RestoreWebState(const std::vector<uint8_t>& state) in RestoreWebState() function in OHOS::ArkWeb::ArkWebNWebWrapper
611 bool flag = ark_web_nweb_->RestoreWebState(stState); in RestoreWebState()
H A Dark_web_nweb_wrapper.h519 bool RestoreWebState(const std::vector<uint8_t>& state) override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h737 virtual bool RestoreWebState(const std::vector<uint8_t>& state) = 0;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md4626 Button('RestoreWebState')
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md4626 Button('RestoreWebState')