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

  /external/chromium/net/base/
cookie_monster_store_test.cc 91 base::Time cookie_expires = pc.HasExpires() ?
cookie_monster.h 708 bool HasExpires() const { return expires_index_ != 0; }
    [all...]
cookie_monster.cc 295 if (pc.HasExpires())
    [all...]
cookie_monster_unittest.cc 264 EXPECT_TRUE(pc.HasExpires());
277 EXPECT_TRUE(pc.HasExpires());
    [all...]

Completed in 442 milliseconds