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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.h 28 class IPhotoDataProvider : public iapps::IAppsDataProvider {
30 explicit IPhotoDataProvider(const base::FilePath& library_path);
31 virtual ~IPhotoDataProvider();
70 base::WeakPtrFactory<IPhotoDataProvider> weak_factory_;
72 DISALLOW_COPY_AND_ASSIGN(IPhotoDataProvider);
iphoto_data_provider.cc 23 IPhotoDataProvider::IPhotoDataProvider(const base::FilePath& library_path)
27 IPhotoDataProvider::~IPhotoDataProvider() {}
29 void IPhotoDataProvider::DoParseLibrary(
35 base::Bind(&IPhotoDataProvider::OnLibraryParsed,
40 void IPhotoDataProvider::OnLibraryParsed(const ReadyCallback& ready_callback,
50 void IPhotoDataProvider::BuildIndices(const parser::Library& library) {
118 std::vector<std::string> IPhotoDataProvider::GetAlbumNames() const {
129 std::map<std::string, base::FilePath> IPhotoDataProvider::GetAlbumContents
    [all...]
iphoto_file_util.h 16 class IPhotoDataProvider;
88 virtual IPhotoDataProvider* GetDataProvider();
iphoto_data_provider_browsertest.cc 30 class TestIPhotoDataProvider : public IPhotoDataProvider {
34 : IPhotoDataProvider(xml_library_path),
42 IPhotoDataProvider::OnLibraryChanged(path, error);
89 IPhotoDataProvider* data_provider() const {
90 return ImportedMediaGalleryRegistry::IPhotoDataProvider();
450 base::Bind(&IPhotoDataProvider::RefreshData,
iphoto_file_util_unittest.cc 68 class TestIPhotoDataProvider : public IPhotoDataProvider {
71 : IPhotoDataProvider(fake_library_path) {
125 IPhotoDataProvider* data_provider)
132 virtual IPhotoDataProvider* GetDataProvider() OVERRIDE {
136 IPhotoDataProvider* data_provider_;
192 // Initialize fake IPhotoDataProvider on media task runner thread.
iphoto_file_util.cc 322 IPhotoDataProvider* IPhotoFileUtil::GetDataProvider() {
325 return imported_registry_->IPhotoDataProvider();
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 17 class IPhotoDataProvider;
59 static iphoto::IPhotoDataProvider* IPhotoDataProvider();
100 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
imported_media_gallery_registry.cc 197 iphoto::IPhotoDataProvider*
198 ImportedMediaGalleryRegistry::IPhotoDataProvider() {
250 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path));

Completed in 31 milliseconds