HomeSort by relevance Sort by last modified time
    Searched refs:ResourceRow (Results 1 - 6 of 6) 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_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 29 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow;
30 typedef std::vector<ResourceRow> ResourceRows;
35 void PrintTo(const ResourceRow& row, ::std::ostream* os) {
213 google.resources.push_back(ResourceRow(std::string(),
220 google.resources.push_back(ResourceRow(std::string(),
227 google.resources.push_back(ResourceRow(std::string(),
234 google.resources.push_back(ResourceRow(std::string(),
241 google.resources.push_back(ResourceRow(std::string(),
252 .push_back(ResourceRow(std::string()
    [all...]
resource_prefetch_predictor_tables.cc 28 const predictors::ResourcePrefetchPredictorTables::ResourceRow& row,
42 predictors::ResourcePrefetchPredictorTables::ResourceRow* row) {
64 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow()
73 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow(
74 const ResourceRow& other)
85 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow(
103 void ResourcePrefetchPredictorTables::ResourceRow::UpdateScore()
    [all...]
resource_prefetch_predictor.h 169 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow;
resource_prefetch_predictor.cc 892 ResourceRow row_to_add;
915 const ResourceRow& row = old_resources[i];
922 ResourceRow& old_row = old_resources[i];
    [all...]

Completed in 101 milliseconds