DBCacheKey        353 chrome/browser/predictors/autocomplete_action_predictor.cc       const DBCacheKey key = { it->user_text, *url_it };
DBCacheKey        403 chrome/browser/predictors/autocomplete_action_predictor.cc     const DBCacheKey key = { it->user_text, it->url };
DBCacheKey        415 chrome/browser/predictors/autocomplete_action_predictor.cc     const DBCacheKey key = { it->user_text, it->url };
DBCacheKey        444 chrome/browser/predictors/autocomplete_action_predictor.cc     const DBCacheKey key = { it->user_text, it->url };
DBCacheKey        554 chrome/browser/predictors/autocomplete_action_predictor.cc   const DBCacheKey key = { user_text, match.destination_url };
DBCacheKey        128 chrome/browser/predictors/autocomplete_action_predictor.h     bool operator<(const DBCacheKey& rhs) const {
DBCacheKey        133 chrome/browser/predictors/autocomplete_action_predictor.h     bool operator==(const DBCacheKey& rhs) const {
DBCacheKey        119 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   typedef AutocompleteActionPredictor::DBCacheKey DBCacheKey;
DBCacheKey        175 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc     AutocompleteActionPredictor::DBCacheKey key = { row.user_text, row.url };
DBCacheKey        231 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url };
DBCacheKey        252 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc   const DBCacheKey key = { test_url_db[0].user_text, test_url_db[0].url };
DBCacheKey        309 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc     DBCacheKey key = { test_url_db[i].user_text, test_url_db[i].url };