Searched refs:IPhotoDataProvider (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider.h28 class IPhotoDataProvider : public iapps::IAppsDataProvider { class in namespace:iphoto
30 explicit IPhotoDataProvider(const base::FilePath& library_path);
31 virtual ~IPhotoDataProvider();
70 base::WeakPtrFactory<IPhotoDataProvider> weak_factory_;
72 DISALLOW_COPY_AND_ASSIGN(IPhotoDataProvider);
H A Diphoto_data_provider.cc21 IPhotoDataProvider::IPhotoDataProvider(const base::FilePath& library_path) function in class:iphoto::IPhotoDataProvider
25 IPhotoDataProvider::~IPhotoDataProvider() {}
27 void IPhotoDataProvider::DoParseLibrary(
33 base::Bind(&IPhotoDataProvider::OnLibraryParsed,
38 void IPhotoDataProvider::OnLibraryParsed(const ReadyCallback& ready_callback,
48 void IPhotoDataProvider::BuildIndices(const parser::Library& library) {
115 std::vector<std::string> IPhotoDataProvider::GetAlbumNames() const {
126 std::map<std::string, base::FilePath> IPhotoDataProvider
[all...]
H A Diphoto_data_provider_browsertest.cc30 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,
H A Diphoto_file_util.h16 class IPhotoDataProvider;
88 virtual IPhotoDataProvider* GetDataProvider();
H A Diphoto_file_util_unittest.cc69 class TestIPhotoDataProvider : public IPhotoDataProvider {
72 : IPhotoDataProvider(fake_library_path) {
126 IPhotoDataProvider* data_provider)
133 virtual IPhotoDataProvider* GetDataProvider() OVERRIDE {
137 IPhotoDataProvider* data_provider_;
194 // Initialize fake IPhotoDataProvider on media task runner thread.
H A Diphoto_file_util.cc83 IPhotoDataProvider* data_provider = GetDataProvider();
100 IPhotoDataProvider* data_provider = GetDataProvider();
117 IPhotoDataProvider* data_provider = GetDataProvider();
352 IPhotoDataProvider* IPhotoFileUtil::GetDataProvider() {
355 return imported_registry_->IPhotoDataProvider();
/external/chromium_org/chrome/browser/media_galleries/
H A Dimported_media_gallery_registry.h17 class IPhotoDataProvider;
66 static iphoto::IPhotoDataProvider* IPhotoDataProvider();
109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
H A Dimported_media_gallery_registry.cc225 iphoto::IPhotoDataProvider*
226 ImportedMediaGalleryRegistry::IPhotoDataProvider() { function in class:ImportedMediaGalleryRegistry
280 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path));

Completed in 200 milliseconds