Home
last modified time | relevance | path

Searched defs:includeHttpOnly (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_cookie_manager.h182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly()
198 const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) in SetCookieWithHttpOnly()
224 const std::string& url, const std::string& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync()
239 bool includeHttpOnly, std::shared_ptr<NWebLongValueCallback> callback) in SetCookieAsync()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cookie_manager_wrapper.cpp182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly()
188 const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) in SetCookieWithHttpOnly()
208 const std::string& url, const std::string& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync()
221 bool includeHttpOnly, std::shared_ptr<OHOS::NWeb::NWebLongValueCallback> callback) in SetCookieAsync()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp171 const ArkWebString& url, const ArkWebString& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync()
178 bool includeHttpOnly, ArkWebRefPtr<ArkWebLongValueCallback> callback) in SetCookieAsync()
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp286 bool includeHttpOnly = false; in JsSetCookie() local
326 napi_env env, std::string url, std::string value, bool incognitoMode, bool includeHttpOnly) in ConfigCookieAsyncPromise()
395 bool includeHttpOnly = false; in JsConfigCookieAsync() local