OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
text_database_manager.cc
87
db_cache_
(DBCache::NO_AUTO_EVICT),
138
DBCache::iterator iter =
db_cache_
.Get(*i);
139
if (iter ==
db_cache_
.end()) {
148
db_cache_
.ShrinkToSize(kCacheDBSize);
383
db_cache_
.Clear();
493
DBCache::iterator found_db =
db_cache_
.Get(id);
494
if (found_db !=
db_cache_
.end()) {
512
db_cache_
.Put(id, new_db);
524
db_cache_
.ShrinkToSize(kCacheDBSize);
text_database_manager.h
277
DBCache
db_cache_
;
member in class:history::TextDatabaseManager
Completed in 39 milliseconds