OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindActiveEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_cache.cc
598
// longer be returned by
FindActiveEntry
(and it will also be destroyed once
674
HttpCache::ActiveEntry* HttpCache::
FindActiveEntry
(const std::string& key) {
681
DCHECK(!
FindActiveEntry
(disk_entry->GetKey()));
720
DCHECK(!
FindActiveEntry
(key));
756
ActiveEntry* active_entry =
FindActiveEntry
(key);
787
if (
FindActiveEntry
(key)) {
[
all
...]
http_cache.h
299
ActiveEntry*
FindActiveEntry
(const std::string& key);
Completed in 472 milliseconds