Searched defs:IPhotoFileUtil (Results 1 - 2 of 2) 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...]

Completed in 79 milliseconds