Lines Matching refs:SetCookie
17967 - LOG(WARNING) << "SetCookie failed with reason: "
18091 @@ -179,9 +187,9 @@ bool CefCookieManagerImpl::SetCookie(const CefString& url,
18103 @@ -195,6 +203,7 @@ bool CefCookieManagerImpl::SetCookie(const CefString& url,
18289 + LOG(WARNING) << "SetCookie failed with reason: "
32319 bool CefCookieManagerCToCpp::SetCookie(
32329 @@ -115,10 +216,9 @@ bool CefCookieManagerCToCpp::SetCookie(
54156 + virtual void SetCookie(const std::string &url,
54166 + virtual int SetCookie(const std::string &url,
57844 +void NWebCookieManagerDelegate::SetCookie(
57860 + if (!cookie_manager->SetCookie(CefString(url), cef_cookie,
57862 + LOG(ERROR) << "SetCookie error";
57867 +int NWebCookieManagerDelegate::SetCookie(
57886 + if (!cookie_manager->SetCookie(CefString(url), cef_cookie, callback)) {
57887 + LOG(ERROR) << "SetCookie error";
58040 + void SetCookie(const std::string& url,
58043 + int SetCookie(const std::string &url,
65235 + virtual void SetCookie(const std::string& url,
65238 + virtual int SetCookie(const std::string &url,
65337 +void NWebCookieManagerImpl::SetCookie(
65342 + delegate_->SetCookie(url, value, callback);
65346 +int NWebCookieManagerImpl::SetCookie(
65350 + return delegate_->SetCookie(url, value);
65459 + void SetCookie(const std::string& url,
65462 + int SetCookie(const std::string &url,
95175 - /* 110 */ "SetCookie" OpHelp(""),
95257 + /* 112 */ "SetCookie" OpHelp(""),
132778 - /* 98 */ "SetCookie" OpHelp(""),
132819 + /* 100 */ "SetCookie" OpHelp(""),