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

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_file_util.h32 class IPhotoFileUtil : public NativeMediaFileUtil { class in namespace:iphoto
34 explicit IPhotoFileUtil(MediaPathFilter* media_path_filter);
35 virtual ~IPhotoFileUtil();
90 base::WeakPtrFactory<IPhotoFileUtil> weak_factory_;
94 DISALLOW_COPY_AND_ASSIGN(IPhotoFileUtil);
H A Diphoto_file_util.cc70 IPhotoFileUtil::IPhotoFileUtil(MediaPathFilter* media_path_filter) function in class:iphoto::IPhotoFileUtil
76 IPhotoFileUtil::~IPhotoFileUtil() {
79 void IPhotoFileUtil::GetFileInfoOnTaskRunnerThread(
90 base::Bind(&IPhotoFileUtil::GetFileInfoWithFreshDataProvider,
96 void IPhotoFileUtil::ReadDirectoryOnTaskRunnerThread(
107 base::Bind(&IPhotoFileUtil::ReadDirectoryWithFreshDataProvider,
113 void IPhotoFileUtil::CreateSnapshotFileOnTaskRunnerThread(
125 base::Bind(&IPhotoFileUtil
[all...]
H A Diphoto_file_util_unittest.cc123 class TestIPhotoFileUtil : public IPhotoFileUtil {
127 : IPhotoFileUtil(media_path_filter),
143 IPhotoFileUtil* iphoto_file_util)
H A Dmedia_file_system_backend.cc139 iphoto_file_util_(new iphoto::IPhotoFileUtil(media_path_filter_.get()))

Completed in 372 milliseconds