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

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

Completed in 112 milliseconds