Home
last modified time | relevance | path

Searched refs:DBIdCacheMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor_unittest.cc122 typedef AutocompleteActionPredictor::DBIdCacheMap DBIdCacheMap; typedef in predictors::AutocompleteActionPredictorTest
210 DBIdCacheMap* db_id_cache() { return &predictor_->db_id_cache_; } in db_id_cache()
240 DBIdCacheMap::const_iterator id_it = db_id_cache()->find(key); in TEST_F()
256 DBIdCacheMap::const_iterator id_it = db_id_cache()->find(key); in TEST_F()
275 DBIdCacheMap::const_iterator update_id_it = db_id_cache()->find(key); in TEST_F()
Dautocomplete_action_predictor.h152 DBIdCacheMap; typedef
245 DBIdCacheMap db_id_cache_;
Dautocomplete_action_predictor.cc315 const DBIdCacheMap::iterator id_it = db_id_cache_.find(it->first); in DeleteRowsWithURLs()
540 const DBIdCacheMap::iterator id_it = db_id_cache_.find(it->first); in DeleteOldIdsFromCaches()