Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.h131 struct DBCacheKey { struct
135 bool operator<(const DBCacheKey& rhs) const { argument
140 bool operator==(const DBCacheKey& rhs) const {
150 typedef std::map<DBCacheKey, DBCacheValue> DBCacheMap;
151 typedef std::map<DBCacheKey, AutocompleteActionPredictorTable::Row::Id>
Dautocomplete_action_predictor_unittest.cc119 typedef AutocompleteActionPredictor::DBCacheKey DBCacheKey; typedef in predictors::AutocompleteActionPredictorTest
175 AutocompleteActionPredictor::DBCacheKey key = { row.user_text, row.url }; in UpdateRow()
231 const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url }; in TEST_F()
252 const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url }; in TEST_F()
309 DBCacheKey key = { test_url_db[i].user_text, test_url_db[i].url }; in TEST_F()
Dautocomplete_action_predictor.cc381 const DBCacheKey key = { it->user_text, *url_it }; in OnOmniboxOpenedUrl()
431 const DBCacheKey key = { it->user_text, it->url }; in AddAndUpdateRows()
443 const DBCacheKey key = { it->user_text, it->url }; in AddAndUpdateRows()
472 const DBCacheKey key = { it->user_text, it->url }; in CreateCaches()
582 const DBCacheKey key = { user_text, match.destination_url }; in CalculateConfidence()