Searched refs:iphoto_data_provider_ (Results 1 – 4 of 4) sorted by relevance
222 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()
109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_;
183 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
109 imported_registry->iphoto_data_provider_.reset(); in TestDone()124 imported_registry->iphoto_data_provider_.reset( in StartTestOnMediaTaskRunner()