OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEntryOutdated
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/url_request/
url_request_throttler_entry.h
86
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
280
EXPECT_EQ(entry_->
IsEntryOutdated
(), test_values[i].result) <<
Completed in 2446 milliseconds