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

1 2

  /external/chromium_org/chrome/browser/component_updater/
component_updater_service.cc 167 // Context for a crx download url request.
700 CrxUpdateItem* crx = FindUpdateItemById(it->extension_id); local
701 if (!crx)
704 if (crx->status != CrxUpdateItem::kChecking) {
711 ChangeItemState(crx, CrxUpdateItem::kNoUpdate);
712 VLOG(1) << "No update available for component: " << crx->id;
716 if (!IsVersionNewer(crx->component.version, it->manifest.version)) {
718 ChangeItemState(crx, CrxUpdateItem::kUpToDate);
719 VLOG(1) << "Component already up-to-date: " << crx->id;
726 VLOG(1) << "Ignoring incompatible component: " << crx->id
802 CrxUpdateItem* crx = FindUpdateItemById(crx_context->id); local
    [all...]
default_component_installer.cc 199 CrxComponent crx; local
200 crx.name = installer_traits_->GetName();
201 crx.installer = this;
202 crx.version = current_version_;
203 crx.fingerprint = current_fingerprint_;
204 installer_traits_->GetHash(&crx.pk_hash);
205 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
component_unpacker.cc 34 // This class makes sure that the CRX digital signature is valid
45 scoped_ptr<extensions::CrxFile> crx(
47 if (!crx.get())
153 // First, validate the CRX header and signature. As of today
170 // trust this CRX.
  /external/chromium_org/chrome/browser/extensions/
extension_creator.cc 76 // Check whether crx file already exists. Should be last check, as this is
253 scoped_ptr<CrxFile> crx(
255 if (!crx) {
258 const CrxFile::Header header = crx->header();
sandboxed_unpacker.cc 52 // file being unpacked from a CRX exceeds the max length, we might
74 // To get a sense of how CRX size impacts unpack time, record unpack
75 // time for several increments of CRX size.
82 // Cast is safe as long as the number of bytes in the CRX is less than
276 // Copy the crx file into our working directory.
426 // Could not open crx file for reading.
460 // Invalid crx header
470 scoped_ptr<CrxFile> crx(CrxFile::Parse(header, &error));
471 if (!crx) {
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 1426 int k, crx; local
1525 int i, crx; local
    [all...]
test_isa_2_06_part1.c 1927 int i, num_tests, crx; local
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
config.sub 526 crx)
527 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/third_party/icu/source/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/third_party/libevent/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/third_party/libxml/src/
config.sub 532 crx)
533 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/third_party/libxslt/
config.sub 491 crx)
492 basic_machine=crx-unknown
  /external/chromium_org/third_party/sqlite/src/
config.sub 491 crx)
492 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 162 '.crdownload', '.dsc', '.inf', '.crx',
342 case '.crx':
  /external/cmockery/cmockery_0_1_2/
config.sub 479 crx)
480 basic_machine=crx-unknown
  /external/elfutils/0.153/config/
config.sub 532 crx)
533 basic_machine=crx-unknown
    [all...]
  /external/google-tv-pairing-protocol/cpp/
config.sub 526 crx)
527 basic_machine=crx-unknown
    [all...]
  /external/libexif/
config.sub 532 crx)
533 basic_machine=crx-unknown
    [all...]
  /external/libmtp/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/libogg/
config.sub 490 crx)
491 basic_machine=crx-unknown
  /external/libpcap/
config.sub 533 crx)
534 basic_machine=crx-unknown
    [all...]
  /external/libusb/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/libusb-compat/
config.sub 503 crx)
504 basic_machine=crx-unknown
    [all...]
  /external/libvorbis/
config.sub 490 crx)
491 basic_machine=crx-unknown

Completed in 2160 milliseconds

1 2