Searched refs:TestIPhotoDataProvider (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider_browsertest.cc30 class TestIPhotoDataProvider : public IPhotoDataProvider { class in namespace:iphoto
32 TestIPhotoDataProvider(const base::FilePath& xml_library_path, function in class:iphoto::TestIPhotoDataProvider
37 virtual ~TestIPhotoDataProvider() {}
48 DISALLOW_COPY_AND_ASSIGN(TestIPhotoDataProvider);
125 new TestIPhotoDataProvider(
H A Diphoto_file_util_unittest.cc69 class TestIPhotoDataProvider : public IPhotoDataProvider { class in namespace:iphoto
71 explicit TestIPhotoDataProvider(const base::FilePath& fake_library_path) function in class:iphoto::TestIPhotoDataProvider
76 virtual ~TestIPhotoDataProvider() {}
184 new TestIPhotoDataProvider(fake_library_dir_.path()));
253 TestIPhotoDataProvider* data_provider() const {
266 scoped_ptr<TestIPhotoDataProvider> iphoto_data_provider_;

Completed in 3234 milliseconds