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 317 BrowserDistribution::Type prod_type,
423 // |prod_type|. |inst_type| dictates properties of the installation
426 BrowserDistribution::Type prod_type,
435 prod_type == BrowserDistribution::CHROME_BINARIES ||
436 (prod_type == BrowserDistribution::CHROME_BROWSER &&
438 (prod_type == BrowserDistribution::CHROME_FRAME &&
443 if (prod_type == BrowserDistribution::CHROME_FRAME && !is_multi_install)
451 state->SetUninstallCommand(prod_type, install_level, chrome::kChromeVersion,
454 if (prod_type == BrowserDistribution::CHROME_BINARIES) {
455 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 1071 milliseconds