HomeSort by relevance Sort by last modified time
    Searched refs:ScanResults (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 55 ScanResults scan_results;
157 for (ScanResults::const_iterator it = scan_results_.begin();
178 ScanResults::iterator entry = scan_results_.find(pref_id);
184 ScanResults::const_iterator entry = scan_results_.find(pref_id);
217 for (ScanResults::const_iterator it = scan_results_.begin();
260 ScanResults* scan_results) {
276 ScanResults::iterator existing = scan_results->find(gallery.pref_id);
289 std::list<ScanResults::iterator> to_remove;
290 for (ScanResults::iterator it = scan_results->begin();
331 for (ScanResults::const_iterator it = scan_results_.begin()
    [all...]
media_galleries_scan_result_controller.h 74 typedef std::map<MediaGalleryPrefId, Entry> ScanResults;
82 ScanResults* scan_results);
140 ScanResults scan_results_;
media_galleries_preferences_unittest.cc     [all...]

Completed in 309 milliseconds