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

/external/chromium_org/chrome/browser/media_galleries/
H A Dimported_media_gallery_registry.cc228 DCHECK(GetInstance()->iphoto_data_provider_);
229 return GetInstance()->iphoto_data_provider_.get();
279 DCHECK(!iphoto_data_provider_);
280 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path));
285 DCHECK(iphoto_data_provider_);
286 iphoto_data_provider_.reset();
H A Dimported_media_gallery_registry.h109 scoped_ptr<iphoto::IPhotoDataProvider> iphoto_data_provider_; member in class:ImportedMediaGalleryRegistry
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util_unittest.cc183 iphoto_data_provider_.reset(
210 iphoto_data_provider_.get())));
254 return iphoto_data_provider_.get();
266 scoped_ptr<TestIPhotoDataProvider> iphoto_data_provider_; member in class:iphoto::IPhotoFileUtilTest
H A Diphoto_data_provider_browsertest.cc109 imported_registry->iphoto_data_provider_.reset();
124 imported_registry->iphoto_data_provider_.reset(

Completed in 271 milliseconds