HomeSort by relevance Sort by last modified time
    Searched refs:AllowGet (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/browser/
aw_static_cookie_policy_unittest.cc 24 EXPECT_EQ(expectedResult, policy.AllowGet(kUrlFirstParty, kUrlFirstParty));
30 EXPECT_EQ(expectedResult, policy.AllowGet(kUrlFirstParty, kUrlThirdParty));
aw_cookie_access_policy.cc 73 .AllowGet(request.url(), request.first_party_for_cookies());
94 return AwStaticCookiePolicy(global, thirdParty).AllowGet(url, first_party);
139 bool AwStaticCookiePolicy::AllowGet(const GURL& url,
aw_cookie_access_policy.h 91 bool AllowGet(const GURL& url, const GURL& first_party) const;

Completed in 159 milliseconds