OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanUseEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
host_cache.cc
47
if (
CanUseEntry
(entry, now))
116
bool HostCache::
CanUseEntry
(const Entry* entry, const base::TimeTicks now) {
124
if (entry != pinned_entry && !
CanUseEntry
(entry, now)) {
host_cache.h
118
static bool
CanUseEntry
(const Entry* entry, const base::TimeTicks now);
Completed in 131 milliseconds