HomeSort by relevance Sort by last modified time
    Searched defs:ResourceRow (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h 38 struct ResourceRow {
39 ResourceRow();
40 ResourceRow(const ResourceRow& other);
41 ResourceRow(const std::string& main_frame_url,
49 bool operator==(const ResourceRow& rhs) const;
66 typedef std::vector<ResourceRow> ResourceRows;
70 bool operator()(const ResourceRow& x, const ResourceRow& y) const;
resource_prefetch_predictor.h 163 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow;
resource_prefetch_predictor_tables.cc 27 const predictors::ResourcePrefetchPredictorTables::ResourceRow& row,
41 predictors::ResourcePrefetchPredictorTables::ResourceRow* row) {
62 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow()
71 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow(
72 const ResourceRow& other)
83 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow(
101 void ResourcePrefetchPredictorTables::ResourceRow::UpdateScore()
    [all...]
resource_prefetch_predictor_tables_unittest.cc 41 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow;
42 typedef std::vector<ResourceRow> ResourceRows;
170 google.resources.push_back(ResourceRow(std::string(),
177 google.resources.push_back(ResourceRow(std::string(),
184 google.resources.push_back(ResourceRow(std::string(),
192 .push_back(ResourceRow(std::string(),
202 yahoo.resources.push_back(ResourceRow(std::string(),
290 google.resources.push_back(ResourceRow(std::string(),
297 google.resources.push_back(ResourceRow(std::string()
    [all...]
resource_prefetch_predictor_unittest.cc 31 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow;
32 typedef std::vector<ResourceRow> ResourceRows;
37 void PrintTo(const ResourceRow& row, ::std::ostream* os) {
215 google.resources.push_back(ResourceRow(std::string(),
222 google.resources.push_back(ResourceRow(std::string(),
229 google.resources.push_back(ResourceRow(std::string(),
236 google.resources.push_back(ResourceRow(std::string(),
243 google.resources.push_back(ResourceRow(std::string(),
254 .push_back(ResourceRow(std::string()
    [all...]

Completed in 2591 milliseconds