HomeSort by relevance Sort by last modified time
    Searched refs:iphoto (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/utility/media_galleries/
iphoto_library_parser.h 12 namespace iphoto { namespace
31 } // namespace iphoto
iphoto_library_parser.cc 16 namespace iphoto { namespace
142 std::set<iphoto::parser::Photo>* all_photos) {
271 } // namespace iphoto
iphoto_library_parser_unittest.cc 103 namespace iphoto { namespace
324 } // namespace iphoto
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 16 namespace iphoto { namespace
66 static iphoto::IPhotoDataProvider* IPhotoDataProvider();
71 friend class iphoto::IPhotoDataProviderTest;
109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
imported_media_gallery_registry.cc 137 root.AppendASCII("iphoto"));
225 iphoto::IPhotoDataProvider*
280 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path));
  /external/chromium_org/chrome/common/media_galleries/
iphoto_library.cc 7 namespace iphoto { namespace
37 } // namespace iphoto
iphoto_library.h 5 // These data structures can be used to describe the contents of an iPhoto
16 namespace iphoto { namespace
44 } // namespace iphoto
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_iapps_library_parser.h 37 typedef base::Callback<void(bool, const iphoto::parser::Library&)>
44 // Start the parse of the iPhoto library file.
76 // iPhoto XML. Runs on the IO thread.
78 void OnGotIPhotoLibrary(bool result, const iphoto::parser::Library& library);
iphoto_data_provider.h 22 namespace iphoto { namespace
24 // This class is the holder for iPhoto parsed data. Given a path to the iPhoto
75 } // namespace iphoto
safe_iapps_library_parser.cc 107 bool result, const iphoto::parser::Library& library) {
151 OnGotIPhotoLibrary(false /* failed */, iphoto::parser::Library());
iphoto_file_util.h 14 namespace iphoto { namespace
18 // Presents a virtual file system containing iPhoto contents in the
97 } // namespace iphoto
iphoto_data_provider.cc 19 namespace iphoto { namespace
185 } // namespace iphoto
iphoto_data_provider_browsertest.cc 28 namespace iphoto { namespace
478 } // namespace iphoto
iphoto_file_util_unittest.cc 37 namespace iphoto { namespace
237 virtual_path = virtual_path.AppendASCII("iphoto");
354 } // namespace iphoto
media_file_system_backend.cc 139 iphoto_file_util_(new iphoto::IPhotoFileUtil(media_path_filter_.get()))
iphoto_file_util.cc 28 namespace iphoto { namespace
54 base::FilePath root = imported_registry->ImportedRoot().AppendASCII("iphoto");
358 } // namespace iphoto
  /external/chromium_org/chrome/common/extensions/
chrome_utility_extensions_messages.h 26 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Photo)
32 IPC_STRUCT_TRAITS_BEGIN(iphoto::parser::Library)
109 // Tell the utility process to parse the iPhoto library XML file and
110 // return the parse result as well as the iPhoto library as an iphoto::Library.
219 // Reply after parsing the iPhoto library XML file with the parser result and
220 // an iphoto::Library data structure.
223 iphoto::parser::Library /* iPhoto library */)
  /external/chromium_org/chrome/utility/extensions/
extensions_handler.cc 231 iphoto::IPhotoLibraryParser parser;

Completed in 2366 milliseconds