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

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 153 static const uintptr_t kCookieValue = 0xDEADBEEFDEADBEEFul;
155 static const uintptr_t kCookieValue = 0xDEADBEEFu;
452 *(static_cast<uintptr_t*>(ret)) = kCookieValue;
454 *(static_cast<uintptr_t*>(retEnd) - 1) = kCookieValue;
484 ASSERT(*(static_cast<uintptr_t*>(ptr)) == kCookieValue);
485 ASSERT(*(static_cast<uintptr_t*>(ptrEnd) - 1) == kCookieValue);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 471 static const char kCookieValue[] = "value";
479 GURL(), kLowName, kCookieValue, kCookieDomain, kCookiePath,
488 GURL(), kMediumName, kCookieValue, kCookieDomain, kCookiePath,
497 GURL(), kHighName, kCookieValue, kCookieDomain, kCookiePath,
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 176 const char kCookieValue[] = "converted=true";
816 std::string value = std::string(kCookieValue) + std::string(kCookieOptions);
819 EXPECT_EQ(kCookieValue, GetCookies(profile, url));
824 EXPECT_EQ(kCookieValue, GetCookies(browser()->profile(), GURL(kURL)));
    [all...]

Completed in 99 milliseconds