OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITUNES
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/storage_monitor/
storage_info.cc
21
const char kITunesPrefix[] = "
itunes
:";
87
case
ITUNES
:
118
found_type =
ITUNES
;
160
type ==
ITUNES
||
168
return CrackDeviceId(device_id, &type, NULL) && type ==
ITUNES
;
storage_info.h
26
// An
iTunes
library.
27
ITUNES
,
media_storage_util.cc
72
type == StorageInfo::
ITUNES
||
194
type == StorageInfo::
ITUNES
||
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win.cc
24
// Try to read the
iTunes
preferences file from the default location and return
32
.AppendASCII("
iTunes
")
49
music_dir.AppendASCII("
iTunes
").AppendASCII("
iTunes
Music Library.xml");
79
scoped_refptr<
itunes
::SafeITunesPrefParserWin> parser =
80
new
itunes
::SafeITunesPrefParserWin(
89
//
iTunes
preferences XML file if it exists. If not or if the parsing fails,
93
FindIAppsOnFileThread(storage_monitor::StorageInfo::
ITUNES
,
iapps_finder_impl.cc
50
//
iTunes
is only support on OSX and Windows.
81
if (device_type != storage_monitor::StorageInfo::
ITUNES
)
88
(path == library_root.AppendASCII("
iTunes
Media")) ||
89
(path == library_root.AppendASCII("
iTunes
Media").AppendASCII("Music"));
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc
[
all
...]
Completed in 1050 milliseconds