Home
last modified time | relevance | path

Searched refs:iphoto_data_provider_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
Dimported_media_gallery_registry.cc222 DCHECK(GetInstance()->iphoto_data_provider_); in IPhotoDataProvider()
223 return GetInstance()->iphoto_data_provider_.get(); in IPhotoDataProvider()
273 DCHECK(!iphoto_data_provider_); in RegisterIPhotoFileSystem()
274 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path)); in RegisterIPhotoFileSystem()
279 DCHECK(iphoto_data_provider_); in RevokeIPhotoFileSystem()
280 iphoto_data_provider_.reset(); in RevokeIPhotoFileSystem()
Dimported_media_gallery_registry.h109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Diphoto_file_util_unittest.cc183 iphoto_data_provider_.reset( in SetUpDataProvider()
210 iphoto_data_provider_.get()))); in SetUp()
253 return iphoto_data_provider_.get(); in data_provider()
265 scoped_ptr<TestIPhotoDataProvider> iphoto_data_provider_; member in iphoto::IPhotoFileUtilTest
Diphoto_data_provider_browsertest.cc109 imported_registry->iphoto_data_provider_.reset(); in TestDone()
124 imported_registry->iphoto_data_provider_.reset( in StartTestOnMediaTaskRunner()