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

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 422 static const char kCookieValue[] = "value";
430 GURL(), kLowName, kCookieValue, kCookieDomain, kCookiePath,
439 GURL(), kMediumName, kCookieValue, kCookieDomain, kCookiePath,
448 GURL(), kHighName, kCookieValue, kCookieDomain, kCookiePath,
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 148 const char kCookieValue[] = "converted=true";
722 std::string value = std::string(kCookieValue) + std::string(kCookieOptions);
725 EXPECT_EQ(kCookieValue, GetCookies(profile, url));
730 EXPECT_EQ(kCookieValue, GetCookies(browser()->profile(), GURL(kURL)));
    [all...]

Completed in 61 milliseconds