OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBCache
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
text_database_manager.h
276
typedef OwningMRUCache<TextDatabase::DBIdent, TextDatabase*>
DBCache
;
277
DBCache
db_cache_;
text_database_manager.cc
87
db_cache_(
DBCache
::NO_AUTO_EVICT),
138
DBCache
::iterator iter = db_cache_.Get(*i);
493
DBCache
::iterator found_db = db_cache_.Get(id);
Completed in 108 milliseconds