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

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_manifest_version_unittest.cc 48 extensions::Manifest::UNPACKED,
53 extensions::Manifest::UNPACKED,
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 343 base::FilePath(), Manifest::UNPACKED,
    [all...]
  /external/chromium_org/chrome/common/extensions/
manifest.h 33 UNPACKED, // From loading an unpacked extension from the
75 // Whether the |location| is unpacked (no CRX) or not.
77 return location == UNPACKED || location == COMMAND_LINE;
87 // Unpacked extensions start off with file access since they are a developer
161 // key, or as a hash of the path in the case of unpacked extensions.

Completed in 48 milliseconds