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.cc200 DCHECK(GetInstance()->iphoto_data_provider_);
201 return GetInstance()->iphoto_data_provider_.get();
249 DCHECK(!iphoto_data_provider_);
250 iphoto_data_provider_.reset(new iphoto::IPhotoDataProvider(xml_library_path));
255 DCHECK(iphoto_data_provider_);
256 iphoto_data_provider_.reset();
H A Dimported_media_gallery_registry.h100 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.cc182 iphoto_data_provider_.reset(
208 iphoto_data_provider_.get())));
246 return iphoto_data_provider_.get();
258 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 130 milliseconds