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

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences_unittest.cc212 !ContainsKey(expected_galleries_for_regular, it->first)) {
235 EXPECT_EQ(expected_galleries_for_regular, galleries_for_regular);
359 std::set<MediaGalleryPrefId> expected_galleries_for_regular; member in class:MediaGalleriesPreferencesTest
909 expected_galleries_for_regular.insert(auto_id);
914 expected_galleries_for_regular.insert(user_added_id);
919 expected_galleries_for_regular.insert(to_blacklist_id);
924 expected_galleries_for_regular.insert(scan_id);
929 expected_galleries_for_regular.insert(to_scan_remove_id);
937 expected_galleries_for_regular.erase(to_blacklist_id);
944 expected_galleries_for_regular
[all...]

Completed in 120 milliseconds