Home
last modified time | relevance | path

Searched refs:kCookieValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.h197 static const uint32_t kCookieValue = 0xDEADBEEFu; variable
367 for (size_t i = 0; i < kCookieSize / sizeof(kCookieValue); ++i, ++cookiePtr) in partitionCookieWriteValue()
368 *cookiePtr = kCookieValue; in partitionCookieWriteValue()
376 for (size_t i = 0; i < kCookieSize / sizeof(kCookieValue); ++i, ++cookiePtr) in partitionCookieCheckValue()
377 ASSERT(*cookiePtr == kCookieValue); in partitionCookieCheckValue()
/external/chromium_org/content/browser/net/
Dsqlite_persistent_cookie_store_unittest.cc472 static const char kCookieValue[] = "value"; in TEST_F() local
480 GURL(), kLowName, kCookieValue, kCookieDomain, kCookiePath, in TEST_F()
489 GURL(), kMediumName, kCookieValue, kCookieDomain, kCookiePath, in TEST_F()
498 GURL(), kHighName, kCookieValue, kCookieDomain, kCookiePath, in TEST_F()
/external/chromium_org/chrome/browser/policy/
Dpolicy_browsertest.cc190 const char kCookieValue[] = "converted=true"; variable
869 std::string value = std::string(kCookieValue) + std::string(kCookieOptions); in IN_PROC_BROWSER_TEST_F()
872 EXPECT_EQ(kCookieValue, GetCookies(profile, url)); in IN_PROC_BROWSER_TEST_F()
877 EXPECT_EQ(kCookieValue, GetCookies(browser()->profile(), GURL(kURL))); in IN_PROC_BROWSER_TEST_F()