Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/media_galleries/
Dimported_media_gallery_registry.h16 namespace iphoto {
66 static iphoto::IPhotoDataProvider* IPhotoDataProvider();
71 friend class iphoto::IPhotoDataProviderTest;
109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
Dimported_media_gallery_registry.cc219 iphoto::IPhotoDataProvider*
274 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path)); in RegisterIPhotoFileSystem()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dsafe_iapps_library_parser.h37 typedef base::Callback<void(bool, const iphoto::parser::Library&)>
78 void OnGotIPhotoLibrary(bool result, const iphoto::parser::Library& library);
Dsafe_iapps_library_parser.cc106 bool result, const iphoto::parser::Library& library) { in OnGotIPhotoLibrary()
150 OnGotIPhotoLibrary(false /* failed */, iphoto::parser::Library()); in OnError()
Diphoto_data_provider.h22 namespace iphoto {
Diphoto_file_util.h14 namespace iphoto {
Diphoto_data_provider.cc19 namespace iphoto { namespace
Diphoto_data_provider_browsertest.cc28 namespace iphoto { namespace
Dmedia_file_system_backend.cc138 iphoto_file_util_(new iphoto::IPhotoFileUtil(media_path_filter_.get())) in MediaFileSystemBackend()
Diphoto_file_util_unittest.cc37 namespace iphoto { namespace
Diphoto_file_util.cc28 namespace iphoto { namespace
/external/chromium_org/chrome/common/
Dchrome_utility_messages.h55 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Photo)
61 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Library)
341 iphoto::parser::Library /* iPhoto library */)
/external/chromium_org/chrome/utility/media_galleries/
Diphoto_library_parser.h12 namespace iphoto {
Diphoto_library_parser.cc16 namespace iphoto { namespace
184 std::set<iphoto::parser::Photo>* all_photos) { in ParseAllPhotos()
Diphoto_library_parser_unittest.cc103 namespace iphoto { namespace
/external/chromium_org/chrome/common/media_galleries/
Diphoto_library.cc7 namespace iphoto { namespace
Diphoto_library.h16 namespace iphoto {
/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.cc463 iphoto::IPhotoLibraryParser parser; in OnParseIPhotoLibraryXmlFile()