OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindActiveEntry
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_cache.cc
586
// longer be returned by
FindActiveEntry
(and it will also be destroyed once
644
HttpCache::ActiveEntry* HttpCache::
FindActiveEntry
(const std::string& key) {
651
DCHECK(!
FindActiveEntry
(disk_entry->GetKey()));
690
DCHECK(!
FindActiveEntry
(key));
726
ActiveEntry* active_entry =
FindActiveEntry
(key);
756
DCHECK(!
FindActiveEntry
(key));
[
all
...]
/external/chromium_org/net/http/
http_cache.cc
552
// longer be returned by
FindActiveEntry
(and it will also be destroyed once
627
HttpCache::ActiveEntry* HttpCache::
FindActiveEntry
(const std::string& key) {
634
DCHECK(!
FindActiveEntry
(disk_entry->GetKey()));
673
DCHECK(!
FindActiveEntry
(key));
709
ActiveEntry* active_entry =
FindActiveEntry
(key);
740
if (
FindActiveEntry
(key)) {
[
all
...]
Completed in 894 milliseconds