Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.cc293 db_id_cache_.clear(); in DeleteAllRows()
315 const DBIdCacheMap::iterator id_it = db_id_cache_.find(it->first); in DeleteRowsWithURLs()
316 DCHECK(id_it != db_id_cache_.end()); in DeleteRowsWithURLs()
318 db_id_cache_.erase(id_it); in DeleteRowsWithURLs()
396 DCHECK(db_id_cache_.find(key) != db_id_cache_.end()); in OnOmniboxOpenedUrl()
397 row.id = db_id_cache_.find(key)->second; in OnOmniboxOpenedUrl()
437 db_id_cache_[key] = it->id; in AddAndUpdateRows()
447 DCHECK(db_id_cache_.find(key) != db_id_cache_.end()); in AddAndUpdateRows()
468 DCHECK(db_id_cache_.empty()); in CreateCaches()
475 db_id_cache_[key] = it->id; in CreateCaches()
[all …]
Dautocomplete_action_predictor.h245 DBIdCacheMap db_id_cache_; variable
Dautocomplete_action_predictor_unittest.cc210 DBIdCacheMap* db_id_cache() { return &predictor_->db_id_cache_; } in db_id_cache()