Home
last modified time | relevance | path

Searched refs:library_xml_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
Dimported_media_gallery_registry.cc82 const std::string& fs_name, const base::FilePath& library_xml_path) { in RegisterITunesFilesystemOnUIThread() argument
84 DCHECK(!library_xml_path.empty()); in RegisterITunesFilesystemOnUIThread()
104 base::Unretained(this), library_xml_path)); in RegisterITunesFilesystemOnUIThread()
106 itunes_xml_library_path_ = library_xml_path; in RegisterITunesFilesystemOnUIThread()
108 DCHECK_EQ(itunes_xml_library_path_.value(), library_xml_path.value()); in RegisterITunesFilesystemOnUIThread()
117 const std::string& fs_name, const base::FilePath& library_xml_path) { in RegisterIPhotoFilesystemOnUIThread() argument
119 DCHECK(!library_xml_path.empty()); in RegisterIPhotoFilesystemOnUIThread()
141 base::Unretained(this), library_xml_path)); in RegisterIPhotoFilesystemOnUIThread()
143 iphoto_xml_library_path_ = library_xml_path; in RegisterIPhotoFilesystemOnUIThread()
145 DCHECK_EQ(iphoto_xml_library_path_.value(), library_xml_path.value()); in RegisterIPhotoFilesystemOnUIThread()