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

  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 341 BrowserDistribution::Type prod_type,
447 // |prod_type|. |inst_type| dictates properties of the installation
450 BrowserDistribution::Type prod_type,
459 prod_type == BrowserDistribution::CHROME_BINARIES ||
460 (prod_type == BrowserDistribution::CHROME_BROWSER &&
462 (prod_type == BrowserDistribution::CHROME_FRAME &&
467 if (prod_type == BrowserDistribution::CHROME_FRAME && !is_multi_install)
475 state->SetUninstallCommand(prod_type, install_level, chrome::kChromeVersion,
478 if (prod_type == BrowserDistribution::CHROME_BINARIES) {
479 state->AddQueryEULAAcceptanceCommand(prod_type,
    [all...]
installer_state.cc 512 BrowserDistribution::Type prod_type; local
514 prod_type = BrowserDistribution::CHROME_BINARIES;
516 prod_type) == NULL) {
527 prod_type = product_type;
533 prod_type = products_[0]->distribution()->GetType();
536 machine_state.GetProductState(level_ == SYSTEM_LEVEL, prod_type);

Completed in 86 milliseconds