HomeSort by relevance Sort by last modified time
    Searched refs:SupportsFileType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 52 if (SupportedImageTypeValidator::SupportsFileType(src_path))
54 if (SupportedAudioVideoChecker::SupportsFileType(src_path))
supported_audio_video_checker.h 29 static bool SupportsFileType(const base::FilePath& path);
supported_image_type_validator.h 26 static bool SupportsFileType(const base::FilePath& path);
supported_audio_video_checker.cc 63 bool SupportedAudioVideoChecker::SupportsFileType(const base::FilePath& path) {
supported_image_type_validator.cc 92 bool SupportedImageTypeValidator::SupportsFileType(const base::FilePath& path) {

Completed in 83 milliseconds