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.cc225 iphoto::IPhotoDataProvider*
280 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.cc107 bool result, const iphoto::parser::Library& library) { in OnGotIPhotoLibrary()
151 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.cc139 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/extensions/
Dchrome_utility_extensions_messages.h26 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Photo)
32 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Library)
223 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
142 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/extensions/
Dextensions_handler.cc231 iphoto::IPhotoLibraryParser parser; in OnParseIPhotoLibraryXmlFile()