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

  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 369 std::vector<TestFaviconData> expected_custom_icons; local
371 expected_custom_icons.push_back(BuildFaviconData(expected_icons[i]));
373 return VerifyLocalCustomIcons(expected_custom_icons);
378 const std::vector<TestFaviconData>& expected_custom_icons) {
383 if (expected_custom_icons.size() > image_data_list.size() ||
384 expected_custom_icons.size() > tracking_data_list.size())
386 for (size_t i = 0; i < expected_custom_icons.size(); ++i) {
387 const TestFaviconData& test_data = expected_custom_icons[i];
389 // same ordering, which may not match the |expected_custom_icons| ordering.
    [all...]

Completed in 1241 milliseconds