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

  /external/chromium_org/chrome/common/safe_browsing/
download_protection_util.cc 11 return file.MatchesExtension(FILE_PATH_LITERAL(".zip"));
17 file.MatchesExtension(FILE_PATH_LITERAL(".bas")) ||
18 file.MatchesExtension(FILE_PATH_LITERAL(".bat")) ||
19 file.MatchesExtension(FILE_PATH_LITERAL(".cab")) ||
20 file.MatchesExtension(FILE_PATH_LITERAL(".cmd")) ||
21 file.MatchesExtension(FILE_PATH_LITERAL(".com")) ||
22 file.MatchesExtension(FILE_PATH_LITERAL(".exe")) ||
23 file.MatchesExtension(FILE_PATH_LITERAL(".hta")) ||
24 file.MatchesExtension(FILE_PATH_LITERAL(".msi")) ||
25 file.MatchesExtension(FILE_PATH_LITERAL(".pif")) |
    [all...]
  /external/chromium/chrome/browser/parsers/
metadata_parser_jpeg_factory.cc 23 return path.MatchesExtension(ext);
  /external/chromium_org/chrome/browser/parsers/
metadata_parser_jpeg_factory.cc 23 return path.MatchesExtension(ext);
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 60 if (file.MatchesExtension(FILE_PATH_LITERAL(".apk")))
62 else if (file.MatchesExtension(FILE_PATH_LITERAL(".crx")))
66 else if (file.MatchesExtension(FILE_PATH_LITERAL(".zip")))
98 if (f.MatchesExtension(FILE_PATH_LITERAL(".exe"))) return EXTENSION_EXE;
99 if (f.MatchesExtension(FILE_PATH_LITERAL(".msi"))) return EXTENSION_MSI;
100 if (f.MatchesExtension(FILE_PATH_LITERAL(".cab"))) return EXTENSION_CAB;
101 if (f.MatchesExtension(FILE_PATH_LITERAL(".sys"))) return EXTENSION_SYS;
102 if (f.MatchesExtension(FILE_PATH_LITERAL(".scr"))) return EXTENSION_SCR;
103 if (f.MatchesExtension(FILE_PATH_LITERAL(".drv"))) return EXTENSION_DRV;
104 if (f.MatchesExtension(FILE_PATH_LITERAL(".bat"))) return EXTENSION_BAT
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 28 if (path.MatchesExtension(
37 path.MatchesExtension(base::FilePath::StringType())) {
  /external/chromium_org/printing/
image.cc 26 if (path.MatchesExtension(FILE_PATH_LITERAL(".png"))) {
28 } else if (path.MatchesExtension(FILE_PATH_LITERAL(".emf"))) {
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 146 !suggested_path_copy.MatchesExtension(FILE_PATH_LITERAL(".htm")) &&
147 !suggested_path_copy.MatchesExtension(FILE_PATH_LITERAL(".html"))) {
download_target_determiner.cc 411 DCHECK(!virtual_path_.MatchesExtension(kCrdownloadSuffix));
412 DCHECK(!local_path_.MatchesExtension(kCrdownloadSuffix));
554 !filename.MatchesExtension(extensions::kExtensionFileExtension) &&
download_target_determiner_unittest.cc 407 EXPECT_TRUE(intermediate_path.MatchesExtension(
456 if (new_path.MatchesExtension(FILE_PATH_LITERAL(".remove")))
466 if (path.MatchesExtension(FILE_PATH_LITERAL(".exe")))
    [all...]
chrome_download_manager_delegate.cc 235 if (path.MatchesExtension(extensions::kExtensionFileExtension))
  /external/chromium/base/
file_path.h 249 bool MatchesExtension(const StringType& extension) const;
file_path_unittest.cc     [all...]
file_path.cc 434 bool FilePath::MatchesExtension(const StringType& extension) const {
    [all...]
  /external/chromium_org/base/files/
file_path.h 265 bool MatchesExtension(const StringType& extension) const;
file_path_unittest.cc     [all...]
file_path.cc 441 bool FilePath::MatchesExtension(const StringType& extension) const {
    [all...]
  /external/chromium_org/chrome/test/reliability/
page_load_test.cc 621 if (path.MatchesExtension(FILE_PATH_LITERAL(".dmp")))
672 if (path.MatchesExtension(FILE_PATH_LITERAL(".dmp")) &&
692 if (path.MatchesExtension(FILE_PATH_LITERAL(".dmp")) &&
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 341 if (path.MatchesExtension(FILE_PATH_LITERAL(".dmp")))
420 if (path.MatchesExtension(FILE_PATH_LITERAL(".dmp")) &&
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.cc 54 if (file.MatchesExtension(extension)) {
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 52 DCHECK(name.MatchesExtension(kDatabaseFileExtension));
dom_storage_context_impl.cc 96 if (path.MatchesExtension(DOMStorageArea::kDatabaseFileExtension)) {
  /external/chromium_org/content/common/
plugin_list_posix.cc 503 if (path.MatchesExtension(FILE_PATH_LITERAL(".xpt")))
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 210 if (!current.MatchesExtension(extensions::kExtensionKeyFileExtension))
  /external/chromium/chrome/common/extensions/
extension.cc 637 return file_name.MatchesExtension(chrome::kExtensionFileExtension);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 954 milliseconds