OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryToProxyMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
tracing_cache_backend.h
73
typedef std::map<Entry*, EntryProxy*>
EntryToProxyMap
;
74
EntryToProxyMap
open_entries_;
tracing_cache_backend.cc
201
EntryToProxyMap
::iterator it = open_entries_.find(entry);
214
EntryToProxyMap
::iterator it = open_entries_.find(entry);
Completed in 40 milliseconds