Searched refs:DIR_USER_MUSIC (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/chrome/common/
H A Dchrome_paths.cc171 case chrome::DIR_USER_MUSIC:
H A Dchrome_paths.h31 DIR_USER_MUSIC, // Directory for a user's music. enumerator in enum:chrome::__anon5615
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl_win.cc44 if (!PathService::Get(chrome::DIR_USER_MUSIC, &music_dir)) {
H A Diapps_finder_impl_win_browsertest.cc49 new base::ScopedPathOverride(chrome::DIR_USER_MUSIC, music_dir()));
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc1040 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_MUSIC, &path));
H A Dmedia_galleries_preferences.cc576 {chrome::DIR_USER_MUSIC, MediaGalleryPrefInfo::kMusicDefault},
1039 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
H A Dmedia_galleries_preferences_unittest.cc1309 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
1365 PathService::Get(chrome::DIR_USER_MUSIC, &old_music_path);
1416 PathService::Get(chrome::DIR_USER_MUSIC, &new_music_path);
1490 bool got_music_path = PathService::Get(chrome::DIR_USER_MUSIC, &music_path);
H A Dmedia_galleries_test_util.cc111 chrome::DIR_USER_MUSIC,

Completed in 3521 milliseconds