Home
last modified time | relevance | path

Searched defs:autoName (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp50 const std::string &baseName, bool autoName) in StoreWebArchiveInternal()
133 bool autoName = false; in JS_StoreWebArchive() local
195 void NapiWebAsyncController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, na… in StoreWebArchiveCallback()
245 void NapiWebAsyncController::StoreWebArchivePromise(const std::string &baseName, bool autoName, nap… in StoreWebArchivePromise()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h192 void StoreWebArchive(const std::string &baseName, bool autoName, in StoreWebArchive()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
Dnweb_create_window.h148 …const std::string& baseName, bool autoName, std::shared_ptr<NWebStringValueCallback> callback) ove… in StoreWebArchive()
/base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/
Dwebview_controller.cpp391 void WebviewController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_en… in StoreWebArchiveCallback()
445 void WebviewController::StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env… in StoreWebArchivePromise()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp495 void WebviewController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_en… in StoreWebArchiveCallback()
547 void WebviewController::StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env… in StoreWebArchivePromise()
Dnapi_webview_controller.cpp3025 bool autoName = false; in StoreWebArchive() local
3047 const std::string &baseName, bool autoName) in StoreWebArchiveInternal()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp640 void WebviewControllerImpl::StoreWebArchiveCallback(std::string baseName, bool autoName, in StoreWebArchiveCallback()
Dwebview_ffi.cpp763 bool autoName, void (*callbackRef)(RetDataCString infoRef)) in FfiOHOSWebviewCtlStoreWebArchive()