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

  /external/chromium_org/net/url_request/
url_request_throttler_entry.h 87 bool IsEntryOutdated() const;
url_request_throttler_manager.cc 68 if (entry.get() && entry->IsEntryOutdated()) {
181 if ((i->second)->IsEntryOutdated()) {
url_request_throttler_entry.cc 117 bool URLRequestThrottlerEntry::IsEntryOutdated() const {
url_request_throttler_unittest.cc 282 EXPECT_EQ(entry_->IsEntryOutdated(), test_values[i].result) <<

Completed in 56 milliseconds