HomeSort by relevance Sort by last modified time
    Searched refs:CanSetCookie (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/net/base/
static_cookie_policy_unittest.cc 26 int CanSetCookie(const GURL& url, const GURL& first_party) {
27 return policy_.CanSetCookie(url, first_party, std::string());
44 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_));
45 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_));
46 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_));
47 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_analytics_));
48 EXPECT_EQ(OK, CanSetCookie(url_google_, GURL()));
60 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_));
61 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_));
62 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_))
    [all...]
cookie_policy.h 41 virtual int CanSetCookie(const GURL& url,
static_cookie_policy.h 61 virtual int CanSetCookie(const GURL& url,
static_cookie_policy.cc 34 int StaticCookiePolicy::CanSetCookie(const GURL& url,
  /external/chromium_org/net/base/
static_cookie_policy_unittest.cc 26 int CanSetCookie(const GURL& url, const GURL& first_party) {
27 return policy_.CanSetCookie(url, first_party);
44 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_));
45 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_));
46 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_));
47 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_analytics_));
48 EXPECT_EQ(OK, CanSetCookie(url_google_, GURL()));
60 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_));
61 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_));
62 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_))
    [all...]
static_cookie_policy.h 51 int CanSetCookie(const GURL& url,
static_cookie_policy.cc 37 int StaticCookiePolicy::CanSetCookie(
network_delegate.cc 102 bool NetworkDelegate::CanSetCookie(const URLRequest& request,
network_delegate.h 94 bool CanSetCookie(const URLRequest& request,
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.h 28 virtual int CanSetCookie(const GURL& url,
chrome_cookie_policy.cc 47 int ChromeCookiePolicy::CanSetCookie(const GURL& url,
56 int rv = policy.CanSetCookie(url, first_party, cookie_line);
  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.h 61 virtual bool CanSetCookie(net::SocketStream* request,
socket_stream_dispatcher_host.cc 158 bool SocketStreamDispatcherHost::CanSetCookie(net::SocketStream* request,
  /external/chromium_org/content/shell/
shell_network_delegate.cc 101 int rv = policy.CanSetCookie(
  /external/chromium/net/url_request/
url_request_test_util.h 58 virtual int CanSetCookie(const GURL& url,
url_request_test_util.cc 27 int TestCookiePolicy::CanSetCookie(const GURL& url,
  /external/chromium_org/net/url_request/
url_request_job.h 229 bool CanSetCookie(const std::string& cookie_line,
url_request_job.cc 266 bool URLRequestJob::CanSetCookie(const std::string& cookie_line,
271 return request_->CanSetCookie(cookie_line, options);
url_request.h     [all...]
url_request.cc     [all...]
  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.cc 210 rv = policy.CanSetCookie(url, first_party_url);
  /external/chromium_org/net/socket_stream/
socket_stream.h 108 virtual bool CanSetCookie(SocketStream* request,
  /external/chromium/net/websockets/
websocket_job.cc 411 policy = socket_->context()->cookie_policy()->CanSetCookie(
websocket_job_unittest.cc 142 virtual int CanSetCookie(const GURL& url,
  /external/chromium_org/net/websockets/
websocket_job.cc 527 if (!delegate_->CanSetCookie(

Completed in 443 milliseconds

1 2