OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBCacheValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.h
138
struct
DBCacheValue
{
143
typedef std::map<DBCacheKey,
DBCacheValue
> DBCacheMap;
autocomplete_action_predictor_unittest.cc
120
typedef AutocompleteActionPredictor::
DBCacheValue
DBCacheValue
;
235
const
DBCacheValue
value = { test_url_db[0].number_of_hits,
autocomplete_action_predictor.cc
404
DBCacheValue
value = { it->number_of_hits, it->number_of_misses };
445
const
DBCacheValue
value = { it->number_of_hits, it->number_of_misses };
570
const
DBCacheValue
& value = iter->second;
Completed in 299 milliseconds