Searched defs:gallery_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager_observer.h19 int gallery_count,
17 OnScanFinished( const std::string& extension_id, int gallery_count, const MediaGalleryScanResult& file_counts) argument
H A Dmedia_scan_manager.cc216 int gallery_count = 0; local
227 gallery_count++;
233 return gallery_count;
317 int gallery_count = local
321 gallery_count,
542 int gallery_count = CountScanResultsForExtension(preferences, extension, local
545 gallery_count,
H A Dmedia_scan_manager_unittest.cc185 void SetExpectedScanResults(int gallery_count, argument
187 expected_gallery_count_ = gallery_count;
204 size_t gallery_count() const { function in class:MediaScanManagerTest
236 int gallery_count,
239 EXPECT_EQ(expected_gallery_count_, gallery_count);
298 size_t galleries_before = gallery_count();
310 SetExpectedScanResults(1 /*gallery_count*/, file_counts);
315 EXPECT_EQ(galleries_before + 1, gallery_count());
524 size_t galleries_before = gallery_count();
570 SetExpectedScanResults(5 /*gallery_count*/, file_count
[all...]
H A Dmedia_file_system_registry_unittest.cc877 const size_t gallery_count = GetAutoAddedGalleries(profile_state).size(); local
884 EXPECT_EQ(gallery_count + 1, GetAutoAddedGalleries(profile_state).size());
900 EXPECT_EQ(gallery_count, GetAutoAddedGalleries(profile_state).size());
904 EXPECT_EQ(gallery_count, GetAutoAddedGalleries(profile_state).size());
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc385 const std::string& extension_id, int gallery_count,
390 details.gallery_count.reset(new int(gallery_count));
384 OnScanFinished( const std::string& extension_id, int gallery_count, const MediaGalleryScanResult& file_counts) argument

Completed in 183 milliseconds