Searched defs:includeHttpOnly (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 182 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 D | ark_web_cookie_manager_wrapper.cpp | 182 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 D | ark_web_cookie_manager_impl.cpp | 171 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 D | napi_web_cookie_manager.cpp | 286 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
|