Searched refs:library_xml_path (Results 1 – 1 of 1) sorted by relevance
82 const std::string& fs_name, const base::FilePath& library_xml_path) { in RegisterITunesFilesystemOnUIThread() argument84 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() argument119 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()