/external/chromium_org/components/component_updater/ |
D | component_updater_service.cc | 692 CrxUpdateItem* crx = FindUpdateItemById(it->extension_id); in OnUpdateCheckSucceeded() local 693 if (!crx) in OnUpdateCheckSucceeded() 696 if (crx->status != CrxUpdateItem::kChecking) { in OnUpdateCheckSucceeded() 703 ChangeItemState(crx, CrxUpdateItem::kNoUpdate); in OnUpdateCheckSucceeded() 704 VLOG(1) << "No update available for component: " << crx->id; in OnUpdateCheckSucceeded() 708 if (!IsVersionNewer(crx->component.version, it->manifest.version)) { in OnUpdateCheckSucceeded() 710 ChangeItemState(crx, CrxUpdateItem::kUpToDate); in OnUpdateCheckSucceeded() 711 VLOG(1) << "Component already up-to-date: " << crx->id; in OnUpdateCheckSucceeded() 719 VLOG(1) << "Ignoring incompatible component: " << crx->id; in OnUpdateCheckSucceeded() 720 ChangeItemState(crx, CrxUpdateItem::kNoUpdate); in OnUpdateCheckSucceeded() [all …]
|
D | default_component_installer.cc | 209 CrxComponent crx; in FinishRegistration() local 210 crx.name = installer_traits_->GetName(); in FinishRegistration() 211 crx.installer = this; in FinishRegistration() 212 crx.version = current_version_; in FinishRegistration() 213 crx.fingerprint = current_fingerprint_; in FinishRegistration() 214 installer_traits_->GetHash(&crx.pk_hash); in FinishRegistration() 215 ComponentUpdateService::Status status = cus->RegisterComponent(crx); in FinishRegistration()
|
D | component_unpacker.cc | 48 scoped_ptr<crx_file::CrxFile> crx( in CRXValidator() local 50 if (!crx.get()) in CRXValidator()
|
/external/chromium_org/chrome/browser/resources/default_apps/ |
D | external_extensions.json | 2 // the extension's id to its crx's path (relative to this file) and the version 3 // of the extension contained in the crx.
|
/external/valgrind/main/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1426 int k, crx; in test_vx_tdivORtsqrt() local 1471 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1473 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1482 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1501 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1504 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1513 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1525 int i, crx; in test_ftsqrt() local 1538 crx = (flags & 0x0f000000) >> 24; in test_ftsqrt() 1539 printf( "ftsqrt: %016llx ? %x (CRx)\n", *frbp, crx); in test_ftsqrt()
|
D | test_isa_2_06_part1.c | 1927 int i, num_tests, crx; in test_ftdiv() local 1944 crx = (flags & 0x0f000000) >> 24; in test_ftdiv() 1945 printf( "ftdiv: %016llx <=> %016llx ? %x (CRx)\n", *frap, *frbp, crx); in test_ftdiv() 1947 if ( crx != aTest.cr_flags) { in test_ftdiv() 1948 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, crx); in test_ftdiv()
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1426 int k, crx; in test_vx_tdivORtsqrt() local 1471 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1473 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1482 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1501 crx = (flags & 0x0f000000) >> 24; in test_vx_tdivORtsqrt() 1504 print_vector_fp_result(crx, &test_group, i, False/*do not print vec_out*/); in test_vx_tdivORtsqrt() 1513 printf( " ? %x (CRx)\n", crx); in test_vx_tdivORtsqrt() 1525 int i, crx; in test_ftsqrt() local 1538 crx = (flags & 0x0f000000) >> 24; in test_ftsqrt() 1539 printf( "ftsqrt: %016llx ? %x (CRx)\n", *frbp, crx); in test_ftsqrt()
|
D | test_isa_2_06_part1.c | 1927 int i, num_tests, crx; in test_ftdiv() local 1944 crx = (flags & 0x0f000000) >> 24; in test_ftdiv() 1945 printf( "ftdiv: %016llx <=> %016llx ? %x (CRx)\n", *frap, *frbp, crx); in test_ftdiv() 1947 if ( crx != aTest.cr_flags) { in test_ftdiv() 1948 printf("Error: Expected CR flags 0x%x; actual flags: 0x%x\n", aTest.cr_flags, crx); in test_ftdiv()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_creator.cc | 254 scoped_ptr<crx_file::CrxFile> crx( in WriteCRX() local 256 if (!crx) { in WriteCRX() 259 const crx_file::CrxFile::Header header = crx->header(); in WriteCRX()
|
D | sandboxed_unpacker.cc | 473 scoped_ptr<CrxFile> crx(CrxFile::Parse(header, &error)); in ValidateSignature() local 474 if (!crx) { in ValidateSignature()
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/ |
D | README.txt | 4 packaged in a crx.
|
/external/chromium_org/chrome/installer/mini_installer/ |
D | chrome.release | 42 default_apps\*.crx: %(VersionDir)s\default_apps\
|
/external/chromium_org/chrome/browser/resources/extensions/ |
D | extensions.js | 84 /\.(crx|user\.js|zip)$/i.test(e.dataTransfer.files[0].name)) {
|
/external/chromium_org/chrome/common/extensions/api/ |
D | notifications.idl | 60 // within this extension's .crx file
|
D | file_system.idl | 22 // Extensions to accept, e.g. "jpg", "gif", "crx".
|
/external/chromium_org/native_client_sdk/src/doc/devguide/ |
D | distributing.rst | 60 A packaged application is a special zip file (with a .crx extension) hosted in 80 installed your app they had to download a .crx file from the CWS with all the
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | run_py_tests.py | 811 crx = os.path.join(_TEST_DATA_DIR, 'ext_slow_loader.crx') 814 chrome_extensions=[self._PackExtension(crx)])
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/gitiles_file_system/ |
D | public_extensions | 171 "name": "crx.html"
|
/external/chromium_org/build/ |
D | common.gypi | 2356 # contains the destination location for each of the files. When a crx 2361 'browser/resources/default_apps/gmail.crx', 2362 'browser/resources/default_apps/search.crx', 2363 'browser/resources/default_apps/youtube.crx', 2364 'browser/resources/default_apps/drive.crx', 2365 'browser/resources/default_apps/docs.crx', 2369 '<(PRODUCT_DIR)/default_apps/gmail.crx', 2370 '<(PRODUCT_DIR)/default_apps/search.crx', 2371 '<(PRODUCT_DIR)/default_apps/youtube.crx', 2372 '<(PRODUCT_DIR)/default_apps/drive.crx', [all …]
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
D | examples.rst | 229 application is a special zip file (with a .crx extension) hosted in the Chrome
|
/external/chromium_org/chrome/common/safe_browsing/ |
D | csd.proto | 216 CHROME_EXTENSION = 1; // .crx files.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
D | dynamic-loading.rst | 331 Store .crx file. Modules should use URLs/names that are consistent with those
|
/external/chromium_org/components/policy/resources/ |
D | policy_templates.json | 1658 …ample_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx'], 1667 …ncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.google.com/service/update2/crx</ph> installs the <… 1691 …tside the Chrome Web Store. Previously, users could click on a link to a *.crx file, and <ph name=… 1693 …from any URL that matches an item in this list. Both the location of the *.crx file and the page w…
|