Searched refs:MatchesExtension (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/parsers/
H A Dmetadata_parser_jpeg_factory.cc23 return path.MatchesExtension(ext);
/external/chromium/base/
H A Dfile_path.h249 bool MatchesExtension(const StringType& extension) const;
H A Dfile_path_unittest.cc894 TEST_F(FilePathTest, MatchesExtension) {
934 EXPECT_EQ(cases[i].expected, path.MatchesExtension(ext)) <<
H A Dfile_path.cc434 bool FilePath::MatchesExtension(const StringType& extension) const { function in class:FilePath
/external/chromium/chrome/common/extensions/
H A Dextension.cc637 return file_name.MatchesExtension(chrome::kExtensionFileExtension);

Completed in 83 milliseconds