HomeSort by relevance Sort by last modified time
    Searched defs:IPhotoFileUtil (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util.h 32 class IPhotoFileUtil : public NativeMediaFileUtil {
34 explicit IPhotoFileUtil(MediaPathFilter* media_path_filter);
35 virtual ~IPhotoFileUtil();
90 base::WeakPtrFactory<IPhotoFileUtil> weak_factory_;
94 DISALLOW_COPY_AND_ASSIGN(IPhotoFileUtil);
iphoto_file_util.cc 70 IPhotoFileUtil::IPhotoFileUtil(MediaPathFilter* media_path_filter)
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::CreateSnapshotFileWithFreshDataProvider
    [all...]

Completed in 189 milliseconds