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 101 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 395 // Add a fake crx installer to be returned by a call to UpdateExtension()
480 chrome::OmahaQueryParams::Get(chrome::OmahaQueryParams::CRX);
642 EXPECT_EQ("/service/update2/crx", url.path());
649 EXPECT_EQ("com.google.crx.blacklist", params["id"]);
767 AddParseResult(id1, "1.1", "http://localhost/e1_1.1.crx", &updates);
770 AddParseResult(id2, "2.0.0.0", "http://localhost/e2_2.0.crx", &updates);
811 AddParseResult(*it, "1.1", "http://localhost/e1_1.1.crx", &updates);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 109 directory.AppendASCII(id + "_" + random_number + ".crx");
145 OmahaQueryParams::Get(OmahaQueryParams::CRX) + "&x=" +
424 // download system will then pass the crx to the CrxInstaller.

Completed in 330 milliseconds