OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResourceRows
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h
66
typedef std::vector<ResourceRow>
ResourceRows
;
68
// Sorts the
ResourceRows
by score, descending.
89
ResourceRows
resources;
resource_prefetch_predictor_tables_unittest.cc
42
typedef std::vector<ResourceRow>
ResourceRows
;
53
void TestResourceRowsAreEqual(const
ResourceRows
& lhs,
54
const
ResourceRows
& rhs) const;
62
for (
ResourceRows
::const_iterator it = data.resources.begin();
252
const
ResourceRows
& lhs,
253
const
ResourceRows
& rhs) const {
257
for (
ResourceRows
::const_iterator rhs_it = rhs.begin();
262
for (
ResourceRows
::const_iterator lhs_it = lhs.begin();
resource_prefetch_predictor.h
167
typedef ResourcePrefetchPredictorTables::
ResourceRows
ResourceRows
;
resource_prefetch_predictor_tables.cc
331
const
ResourceRows
& resources = data.resources;
332
for (
ResourceRows
::const_iterator it = resources.begin();
375
for (
ResourceRows
::const_iterator it = data.resources.begin();
resource_prefetch_predictor.cc
593
for (
ResourceRows
::const_iterator it = data.resources.begin();
883
ResourceRows
& old_resources = cache_entry->second.resources;
[
all
...]
resource_prefetch_predictor_unittest.cc
32
typedef std::vector<ResourceRow>
ResourceRows
;
47
for (
ResourceRows
::const_iterator it = data.resources.begin();
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_handler.cc
113
for (ResourcePrefetchPredictor::
ResourceRows
::const_iterator
Completed in 48 milliseconds