Searched refs:kHighName (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc469 static const char kHighName[] = "high"; local
497 GURL(), kHighName, kCookieValue, kCookieDomain, kCookiePath,
530 it = cookie_map.find(kHighName);
532 EXPECT_EQ(net::COOKIE_PRIORITY_HIGH, cookie_map[kHighName]->Priority());

Completed in 241 milliseconds