Searched defs:SetCookie (Results 1 – 5 of 5) sorted by relevance
45 int ArkWebCookieManagerImpl::SetCookie(const ArkWebString& url, const ArkWebString& value, bool inc… in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerImpl51 void ArkWebCookieManagerImpl::SetCookie( in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerImpl
45 int ArkWebCookieManagerWrapper::SetCookie(const std::string& url, const std::string& value, bool in… in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerWrapper57 void ArkWebCookieManagerWrapper::SetCookie( in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerWrapper
178 bool SetCookie(const std::string& url, const std::string& value) in SetCookie() function622 bool SetCookie(const std::string& url, const std::string& value) in SetCookie() function
159 void SetCookie(const JSCallbackInfo& args) in SetCookie() function in OHOS::Ace::Framework::JSWebCookie
1563 bool WebDelegate::SetCookie(const std::string& url, in SetCookie() function in OHOS::Ace::WebDelegate