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

  /external/chromium_org/tools/git/
move_source_file.py 36 HANDLED_EXTENSIONS = ['.cc', '.mm', '.h', '.hh']
40 return os.path.splitext(path)[1] in HANDLED_EXTENSIONS
57 if dest_extension not in HANDLED_EXTENSIONS:
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 1117 std::set<std::string> handled_extensions; local
    [all...]

Completed in 230 milliseconds