Searched defs:CanGetCookies (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/base/
H A Dstatic_cookie_policy.cc14 int StaticCookiePolicy::CanGetCookies( function in class:net::StaticCookiePolicy
H A Dstatic_cookie_policy_unittest.cc23 int CanGetCookies(const GURL& url, const GURL& first_party) { function in class:net::StaticCookiePolicyTest
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
[all...]
/external/chromium/chrome/browser/net/
H A Dchrome_cookie_policy.cc26 int ChromeCookiePolicy::CanGetCookies(const GURL& url, function in class:ChromeCookiePolicy
34 int rv = policy.CanGetCookies(url, first_party);
/external/chromium/net/url_request/
H A Durl_request_test_util.cc19 int TestCookiePolicy::CanGetCookies(const GURL& url, function in class:TestCookiePolicy
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCookieJar.cpp168 int WebCookieJar::CanGetCookies(const GURL&, const GURL&) const function in class:android::WebCookieJar
/external/chromium/net/websockets/
H A Dwebsocket_job_unittest.cc135 virtual int CanGetCookies(const GURL& url, function in class:net::MockCookiePolicy

Completed in 115 milliseconds