HomeSort by relevance Sort by last modified time
    Searched defs:ResourceRows (Results 1 - 4 of 4) 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.h 164 typedef ResourcePrefetchPredictorTables::ResourceRows ResourceRows;
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_unittest.cc 32 typedef std::vector<ResourceRow> ResourceRows;
47 for (ResourceRows::const_iterator it = data.resources.begin();
    [all...]

Completed in 403 milliseconds