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

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 248 MediaGalleryPrefInfo::kScanResult);
371 MediaGalleryPrefInfo::kScanResult);
397 MediaGalleryPrefInfo::kScanResult);
406 MediaGalleryPrefInfo::kScanResult);
410 MediaGalleryPrefInfo::kScanResult);
423 MediaGalleryPrefInfo::kScanResult);
500 MediaGalleryPrefInfo::kScanResult);
504 MediaGalleryPrefInfo::kScanResult);
689 MediaGalleryPrefInfo::kScanResult);
693 MediaGalleryPrefInfo::kScanResult);
    [all...]
media_scan_manager.cc 54 return rhs.type == MediaGalleryPrefInfo::kScanResult;
78 MediaGalleryPrefInfo::kScanResult,
99 if (current.type == MediaGalleryPrefInfo::kScanResult &&
138 if (it->second.type == MediaGalleryPrefInfo::kScanResult &&
203 MediaGalleryPrefInfo::kScanResult,
225 if (it->second.type == MediaGalleryPrefInfo::kScanResult &&
media_galleries_scan_result_controller_unittest.cc 131 return AddGallery(path, MediaGalleryPrefInfo::kScanResult, audio_count,
331 MediaGalleryPrefInfo::kScanResult,
340 MediaGalleryPrefInfo::kScanResult,
media_scan_manager_unittest.cc 595 AddGallery("uscan", MediaGalleryPrefInfo::kScanResult, 1, 0, 0);
597 AddGallery("gscan", MediaGalleryPrefInfo::kScanResult, 0, 2, 0);
617 AddGallery("uscan", MediaGalleryPrefInfo::kScanResult, 1, 1, 1);
656 AddGallery("scan", MediaGalleryPrefInfo::kScanResult, 0, 0, 3);
media_galleries_preferences.h 50 kScanResult, // Discovered by a disk scan.
media_galleries_permission_controller_unittest.cc 250 TestForgottenType(MediaGalleryPrefInfo::kScanResult,
media_galleries_preferences.cc 140 *type = MediaGalleryPrefInfo::kScanResult;
163 case MediaGalleryPrefInfo::kScanResult:
783 type == MediaGalleryPrefInfo::kScanResult);
    [all...]

Completed in 256 milliseconds