HomeSort by relevance Sort by last modified time
    Searched defs:CanGetCookies (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/base/
static_cookie_policy.cc 14 int StaticCookiePolicy::CanGetCookies(
static_cookie_policy_unittest.cc 23 int CanGetCookies(const GURL& url, const GURL& first_party) {
24 return policy_.CanGetCookies(url, first_party);
38 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_));
39 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_secure_));
40 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_mail_));
41 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_analytics_));
42 EXPECT_EQ(OK, CanGetCookies(url_google_, GURL()));
54 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_));
55 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_secure_));
56 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_mail_))
    [all...]
  /external/chromium_org/net/base/
static_cookie_policy.cc 14 int StaticCookiePolicy::CanGetCookies(
static_cookie_policy_unittest.cc 23 int CanGetCookies(const GURL& url, const GURL& first_party) {
24 return policy_.CanGetCookies(url, first_party);
38 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_));
39 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_secure_));
40 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_mail_));
41 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_analytics_));
42 EXPECT_EQ(OK, CanGetCookies(url_google_, GURL()));
54 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_));
55 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_secure_));
56 EXPECT_EQ(OK, CanGetCookies(url_google_, url_google_mail_))
    [all...]
network_delegate.cc 95 bool NetworkDelegate::CanGetCookies(const URLRequest& request,
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 26 int ChromeCookiePolicy::CanGetCookies(const GURL& url,
34 int rv = policy.CanGetCookies(url, first_party);
  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.cc 152 bool SocketStreamDispatcherHost::CanGetCookies(net::SocketStream* socket,
  /external/chromium/net/url_request/
url_request_test_util.cc 19 int TestCookiePolicy::CanGetCookies(const GURL& url,
  /external/chromium/net/websockets/
websocket_job_unittest.cc 135 virtual int CanGetCookies(const GURL& url,
  /external/chromium_org/net/url_request/
url_request_job.cc 259 bool URLRequestJob::CanGetCookies(const CookieList& cookie_list) const {
263 return request_->CanGetCookies(cookie_list);
url_request.cc 1010 bool URLRequest::CanGetCookies(const CookieList& cookie_list) const {
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream.cc 69 bool SocketStream::Delegate::CanGetCookies(SocketStream* socket,
    [all...]

Completed in 261 milliseconds