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

  /external/chromium_org/net/cookies/
parsed_cookie.h 43 bool HasExpires() const { return expires_index_ != 0; }
parsed_cookie_unittest.cc 164 EXPECT_TRUE(pc.HasExpires());
178 EXPECT_TRUE(pc.HasExpires());
347 EXPECT_TRUE(pc.HasExpires());
357 EXPECT_TRUE(pc.HasExpires());
384 EXPECT_FALSE(pc.HasExpires());
canonical_cookie.cc 141 if (pc.HasExpires())
199 if (pc.HasExpires() && !pc.Expires().empty()) {
cookie_monster_store_test.cc 115 base::Time cookie_expires = pc.HasExpires() ?
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 93 if (cookie->HasExpires())
899 cookie->HasExpires() ? cookie->Expires() : std::string();
    [all...]

Completed in 6202 milliseconds