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

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 428 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
430 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
432 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
434 EXPECT_FALSE(gallery_prefs()->LookUpGalleryByPath(
439 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
443 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
447 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
453 EXPECT_FALSE(gallery_prefs()->LookUpGalleryByPath(path, &gallery_info));
581 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
    [all...]
media_galleries_preferences.h 191 bool LookUpGalleryByPath(const base::FilePath& path,
media_galleries_permission_controller_unittest.cc 219 EXPECT_TRUE(gallery_prefs()->LookUpGalleryByPath(
media_galleries_scan_result_controller_unittest.cc 115 gallery_prefs_->LookUpGalleryByPath(MakeMediaGalleriesTestingPath(path),
media_galleries_permission_controller.cc 303 bool gallery_exists = preferences_->LookUpGalleryByPath(path, &gallery);
media_scan_manager.cc 200 bool existing = preferences->LookUpGalleryByPath(it->first, &gallery);
media_scan_manager_unittest.cc 166 gallery_prefs_->LookUpGalleryByPath(full_path, &gallery_info);
media_galleries_preferences.cc 667 bool MediaGalleriesPreferences::LookUpGalleryByPath(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 155 ASSERT_FALSE(preferences->LookUpGalleryByPath(test_gallery_.path(),
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 211 ASSERT_FALSE(preferences->LookUpGalleryByPath(fake_gallery_temp_dir_.path(),

Completed in 94 milliseconds