Searched defs:library_xml_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dimported_media_gallery_registry.cc84 const std::string& fs_name, const base::FilePath& library_xml_path) {
86 DCHECK(!library_xml_path.empty());
108 base::Unretained(this), library_xml_path));
110 itunes_xml_library_path_ = library_xml_path;
112 DCHECK_EQ(itunes_xml_library_path_.value(), library_xml_path.value());
121 const std::string& fs_name, const base::FilePath& library_xml_path) {
123 DCHECK(!library_xml_path.empty());
147 base::Unretained(this), library_xml_path));
149 iphoto_xml_library_path_ = library_xml_path;
151 DCHECK_EQ(iphoto_xml_library_path_.value(), library_xml_path
83 RegisterITunesFilesystemOnUIThread( const std::string& fs_name, const base::FilePath& library_xml_path) argument
120 RegisterIPhotoFilesystemOnUIThread( const std::string& fs_name, const base::FilePath& library_xml_path) argument
[all...]

Completed in 72 milliseconds