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

  /external/chromium_org/android_webview/browser/
aw_static_cookie_policy_unittest.cc 23 EXPECT_EQ(expectedResult, policy.AllowSet(kUrlFirstParty, kUrlFirstParty));
29 EXPECT_EQ(expectedResult, policy.AllowSet(kUrlFirstParty, kUrlThirdParty));
aw_cookie_access_policy.cc 82 .AllowSet(request.url(), request.first_party_for_cookies());
107 return AwStaticCookiePolicy(global, thirdParty).AllowSet(url, first_party);
132 bool AwStaticCookiePolicy::AllowSet(const GURL& url,
aw_cookie_access_policy.h 92 bool AllowSet(const GURL& url, const GURL& first_party) const;

Completed in 43 milliseconds