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

  /external/chromium/net/base/
cookie_monster_unittest.cc 730 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-0=Now", now));
731 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-1=Yesterday",
733 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-2=DayBefore",
758 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-0=Now", now));
759 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-1=Yesterday",
761 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-2=DayBefore",
763 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-3=ThreeDays",
765 EXPECT_TRUE(cm->SetCookieWithCreationTime(url_google, "T-7=LastWeek",
    [all...]
cookie_monster.h 90 bool SetCookieWithCreationTime(const GURL& url,

Completed in 58 milliseconds