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

/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache_unittest.cc351 std::vector<TestFaviconData> expected_custom_icons; local
353 expected_custom_icons.push_back(BuildFaviconData(expected_icons[i]));
355 return VerifyLocalCustomIcons(expected_custom_icons);
360 const std::vector<TestFaviconData>& expected_custom_icons) {
365 if (expected_custom_icons.size() > image_data_list.size() ||
366 expected_custom_icons.size() > tracking_data_list.size())
368 for (size_t i = 0; i < expected_custom_icons.size(); ++i) {
369 const TestFaviconData& test_data = expected_custom_icons[i];
371 // same ordering, which may not match the |expected_custom_icons| ordering.
359 VerifyLocalCustomIcons( const std::vector<TestFaviconData>& expected_custom_icons) argument

Completed in 619 milliseconds