Home | History | Annotate | Download | only in util

Lines Matching defs:inst_type

318       InstallationValidator::InstallationType inst_type,
324 InstallationValidator::InstallationType inst_type,
423 // |prod_type|. |inst_type| dictates properties of the installation
427 InstallationValidator::InstallationType inst_type,
437 (inst_type & InstallationValidator::ProductBits::CHROME_MULTI) != 0) ||
439 (inst_type &
446 is_multi_install ? GetChannelModifiers(inst_type) : 0;
475 // Populates |state| with the state of a valid installation of |inst_type|.
477 InstallationValidator::InstallationType inst_type,
496 if ((inst_type & kChromeMask) != 0) {
497 MakeProductState(BrowserDistribution::CHROME_BROWSER, inst_type,
503 if ((inst_type & kChromeFrameMask) != 0) {
504 MakeProductState(BrowserDistribution::CHROME_FRAME, inst_type,
510 if ((inst_type & kBinariesMask) != 0) {
511 MakeProductState(BrowserDistribution::CHROME_BINARIES, inst_type,
525 const InstallationValidator::InstallationType inst_type = GetParam();
531 MakeMachineState(inst_type, SYSTEM_LEVEL, STABLE_CHANNEL, GOOGLE_UPDATE,
535 EXPECT_EQ(inst_type, type);