Home
last modified time | relevance | path

Searched refs:db_cache_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.cc292 db_cache_.clear(); in DeleteAllRows()
312 for (DBCacheMap::iterator it = db_cache_.begin(); it != db_cache_.end();) { in DeleteRowsWithURLs()
319 db_cache_.erase(it++); in DeleteRowsWithURLs()
388 DBCacheMap::iterator it = db_cache_.find(key); in OnOmniboxOpenedUrl()
389 if (it == db_cache_.end()) { in OnOmniboxOpenedUrl()
434 DCHECK(db_cache_.find(key) == db_cache_.end()); in AddAndUpdateRows()
436 db_cache_[key] = value; in AddAndUpdateRows()
445 DBCacheMap::iterator db_it = db_cache_.find(key); in AddAndUpdateRows()
446 DCHECK(db_it != db_cache_.end()); in AddAndUpdateRows()
467 DCHECK(db_cache_.empty()); in CreateCaches()
[all …]
Dautocomplete_action_predictor.h244 DBCacheMap db_cache_; variable
Dautocomplete_action_predictor_unittest.cc209 DBCacheMap* db_cache() { return &predictor_->db_cache_; } in db_cache()
/external/chromium_org/chrome/browser/ui/webui/predictors/
Dpredictors_handler.cc65 autocomplete_action_predictor_->db_cache_.begin(); in RequestAutocompleteActionPredictorDb()
66 it != autocomplete_action_predictor_->db_cache_.end(); in RequestAutocompleteActionPredictorDb()