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

/external/chromium_org/android_webview/browser/
H A Daw_static_cookie_policy_unittest.cc16 static const GURL kUrlFirstParty; member in class:AwStaticCookiePolicyTest
23 EXPECT_EQ(expectedResult, policy.AllowSet(kUrlFirstParty, kUrlFirstParty));
24 EXPECT_EQ(expectedResult, policy.AllowGet(kUrlFirstParty, kUrlFirstParty));
29 EXPECT_EQ(expectedResult, policy.AllowSet(kUrlFirstParty, kUrlThirdParty));
30 EXPECT_EQ(expectedResult, policy.AllowGet(kUrlFirstParty, kUrlThirdParty));
34 const GURL AwStaticCookiePolicyTest::kUrlFirstParty = member in class:AwStaticCookiePolicyTest

Completed in 2144 milliseconds