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

  /external/chromium_org/extensions/common/
crx_file.cc 21 static const uint32 kMaxSignatureSize = 1 << 16;
72 else if (header.signature_size > kMaxSignatureSize)
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 84 static const uint32 kMaxSignatureSize = 1 << 16;

Completed in 181 milliseconds