HomeSort by relevance Sort by last modified time
    Searched full:expected_host_data (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables_unittest.cc 131 PrefetchDataMap expected_url_data, expected_host_data; local
133 AddKey(&expected_host_data, "www.facebook.com");
136 TestPrefetchDataAreEqual(expected_host_data, actual_host_data);
160 PrefetchDataMap expected_host_data; local
161 AddKey(&expected_host_data, "www.yahoo.com");
164 TestPrefetchDataAreEqual(expected_host_data, actual_host_data);
215 PrefetchDataMap expected_url_data, expected_host_data; local
220 AddKey(&expected_host_data, "www.facebook.com");
221 expected_host_data.insert(std::make_pair("www.yahoo.com", yahoo));
224 TestPrefetchDataAreEqual(expected_host_data, actual_host_data)
    [all...]

Completed in 32 milliseconds