HomeSort by relevance Sort by last modified time
    Searched defs:DBCacheKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h 124 struct DBCacheKey {
128 bool operator<(const DBCacheKey& rhs) const {
133 bool operator==(const DBCacheKey& rhs) const {
143 typedef std::map<DBCacheKey, DBCacheValue> DBCacheMap;
144 typedef std::map<DBCacheKey, AutocompleteActionPredictorTable::Row::Id>
autocomplete_action_predictor_unittest.cc 119 typedef AutocompleteActionPredictor::DBCacheKey DBCacheKey;
175 AutocompleteActionPredictor::DBCacheKey key = { row.user_text, row.url };
231 const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url };
252 const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url };
309 DBCacheKey key = { test_url_db[i].user_text, test_url_db[i].url };

Completed in 39 milliseconds