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

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_manifest_version_unittest.cc 49 extensions::Manifest::UNPACKED,
54 extensions::Manifest::UNPACKED,
  /external/chromium_org/chrome/common/extensions/api/
extension_api_unittest.cc 366 base::FilePath(), Manifest::UNPACKED,
    [all...]
  /external/chromium_org/extensions/common/
manifest.h 33 UNPACKED, // From loading an unpacked extension from the
83 // Whether the |location| is unpacked (no CRX) or not.
85 return location == UNPACKED || location == COMMAND_LINE;
103 // Unpacked extensions start off with file access since they are a developer
177 // key, or as a hash of the path in the case of unpacked extensions.
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 267 UNPACKED,
296 MustRemainDisabledHistogram(UNPACKED);

Completed in 2458 milliseconds