HomeSort by relevance Sort by last modified time
    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 170 typedef ResourcePrefetchPredictorTables::ResourceRows ResourceRows;
resource_prefetch_predictor_tables.cc 330 const ResourceRows& resources = data.resources;
331 for (ResourceRows::const_iterator it = resources.begin();
374 for (ResourceRows::const_iterator it = data.resources.begin();
resource_prefetch_predictor.cc 608 for (ResourceRows::const_iterator it = data.resources.begin();
901 ResourceRows& old_resources = cache_entry->second.resources;
    [all...]
resource_prefetch_predictor_unittest.cc 30 typedef std::vector<ResourceRow> ResourceRows;
45 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 264 milliseconds