HomeSort by relevance Sort by last modified time
    Searched refs:CRX (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/omaha_query_params/
omaha_query_params.h 18 CRX,
omaha_query_params.cc 84 case chrome::OmahaQueryParams::CRX:
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 33 query += chrome::OmahaQueryParams::Get(chrome::OmahaQueryParams::CRX);
extension_updater_unittest.cc 386 // Add a fake crx installer to be returned by a call to UpdateExtension()
471 chrome::OmahaQueryParams::Get(chrome::OmahaQueryParams::CRX);
714 AddParseResult(id1, "1.1", "http://localhost/e1_1.1.crx", &updates);
717 AddParseResult(id2, "2.0.0.0", "http://localhost/e2_2.0.crx", &updates);
758 AddParseResult(*it, "1.1", "http://localhost/e1_1.1.crx", &updates);
843 " <updatecheck codebase='http://example.com/extension_3.0.0.0.crx'"
872 " <updatecheck codebase='http://example.com/extension_1.2.3.4.crx'"
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 88 // Folder for downloading crx files from the webstore. This is used so that the
89 // crx files don't go via the usual downloads folder.
127 directory.AppendASCII(id + "_" + random_number + ".crx");
185 OmahaQueryParams::Get(OmahaQueryParams::CRX) + "&x=" +
593 // download system will then pass the crx to the CrxInstaller.

Completed in 280 milliseconds