Searched refs:ResourceRow (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.h38 struct ResourceRow { struct in class:predictors::ResourcePrefetchPredictorTables
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;
H A Dresource_prefetch_predictor_tables_unittest.cc41 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow; typedef in class:predictors::ResourcePrefetchPredictorTablesTest
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(st
[all...]
H A Dresource_prefetch_predictor_unittest.cc29 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow; typedef in namespace:predictors
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(st
[all...]
H A Dresource_prefetch_predictor_tables.cc28 const predictors::ResourcePrefetchPredictorTables::ResourceRow& row,
42 predictors::ResourcePrefetchPredictorTables::ResourceRow* row) {
64 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow() function in class:predictors::ResourcePrefetchPredictorTables::ResourceRow
73 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow( function in class:predictors::ResourcePrefetchPredictorTables::ResourceRow
74 const ResourceRow& other)
85 ResourcePrefetchPredictorTables::ResourceRow::ResourceRow( function in class:predictors::ResourcePrefetchPredictorTables::ResourceRow
103 void ResourcePrefetchPredictorTables::ResourceRow
[all...]
H A Dresource_prefetch_predictor.h169 typedef ResourcePrefetchPredictorTables::ResourceRow ResourceRow; typedef in class:predictors::ResourcePrefetchPredictor
H A Dresource_prefetch_predictor.cc892 ResourceRow row_to_add;
915 const ResourceRow& row = old_resources[i];
922 ResourceRow& old_row = old_resources[i];
950 ResourceRow row_to_add;

Completed in 1603 milliseconds