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

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h 92 typedef std::map<std::string, PrefetchData> PrefetchDataMap;
95 virtual void GetAllData(PrefetchDataMap* url_data_map,
96 PrefetchDataMap* host_data_map);
129 PrefetchDataMap* data_map,
resource_prefetch_predictor.h 169 typedef ResourcePrefetchPredictorTables::PrefetchDataMap PrefetchDataMap;
227 void CreateCaches(scoped_ptr<PrefetchDataMap> url_data_map,
228 scoped_ptr<PrefetchDataMap> host_data_map);
254 PrefetchDataMap* data_map);
262 PrefetchDataMap* data_map);
300 scoped_ptr<PrefetchDataMap> url_table_cache_;
301 scoped_ptr<PrefetchDataMap> host_table_cache_;
resource_prefetch_predictor_tables_unittest.cc 44 typedef ResourcePrefetchPredictorTables::PrefetchDataMap PrefetchDataMap;
51 void TestPrefetchDataAreEqual(const PrefetchDataMap& lhs,
52 const PrefetchDataMap& rhs) const;
56 void AddKey(PrefetchDataMap* m, const std::string& key) const;
72 PrefetchDataMap test_url_data_;
73 PrefetchDataMap test_host_data_;
113 PrefetchDataMap actual_url_data, actual_host_data;
128 PrefetchDataMap actual_url_data, actual_host_data;
131 PrefetchDataMap expected_url_data, expected_host_data
    [all...]
resource_prefetch_predictor_unittest.cc 34 typedef ResourcePrefetchPredictorTables::PrefetchDataMap PrefetchDataMap;
60 MOCK_METHOD2(GetAllData, void(PrefetchDataMap* url_data_map,
61 PrefetchDataMap* host_data_map));
166 PrefetchDataMap test_url_data_;
167 PrefetchDataMap test_host_data_;
198 GetAllData(Pointee(ContainerEq(PrefetchDataMap())),
199 Pointee(ContainerEq(PrefetchDataMap()))));
357 GetAllData(Pointee(ContainerEq(PrefetchDataMap())),
358 Pointee(ContainerEq(PrefetchDataMap()))))
    [all...]

Completed in 239 milliseconds