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

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.h 20 InstallationValidator::InstallationType ExpectValidInstallation(
25 InstallationValidator::InstallationType ExpectValidInstallationForState(
33 InstallationValidator::InstallationType type);
40 InstallationValidator::InstallationType type);
installation_validation_helper.cc 101 InstallationValidator::InstallationType ExpectValidInstallation(
104 InstallationValidator::InstallationType found_type =
112 InstallationValidator::InstallationType ExpectValidInstallationForState(
116 InstallationValidator::InstallationType found_type =
125 InstallationValidator::InstallationType type) {
132 InstallationValidator::InstallationType type) {
installation_validator.h 47 enum InstallationType {
85 InstallationType* type);
90 InstallationType* type);
258 static const InstallationType kInstallationTypes[];
installation_validator_unittest.cc 303 : public testing::TestWithParam<InstallationValidator::InstallationType> {
312 static int GetChannelModifiers(InstallationValidator::InstallationType type);
315 typedef std::map<InstallationValidator::InstallationType, int>
342 InstallationValidator::InstallationType inst_type,
348 InstallationValidator::InstallationType inst_type,
374 InstallationValidator::InstallationType type) {
451 InstallationValidator::InstallationType inst_type,
505 InstallationValidator::InstallationType inst_type,
550 // Builds a proper machine state for a given InstallationType, then validates
553 const InstallationValidator::InstallationType inst_type = GetParam()
    [all...]
installation_validator.cc 151 const InstallationValidator::InstallationType
746 InstallationType* type) {
766 *type = static_cast<InstallationType>(
783 *type = static_cast<InstallationType>(*type | cf_bit);
794 *type = static_cast<InstallationType>(*type | ProductBits::CHROME_APP_HOST);
812 InstallationType* type) {
  /external/chromium_org/chrome/test/mini_installer_test/
installer_test_util.h 19 installer::InstallationValidator::InstallationType type;
30 installer::InstallationValidator::InstallationType type);
36 installer::InstallationValidator::InstallationType type);
51 installer::InstallationValidator::InstallationType product);
68 installer::InstallationValidator::InstallationType type);
77 installer::InstallationValidator::InstallationType expected,
installer_test_util.cc 27 InstallationValidator::InstallationType type) {
53 InstallationValidator::InstallationType type) {
68 InstallationValidator::InstallationType type) {
105 InstallationValidator::InstallationType type =
126 InstallationValidator::InstallationType expected,
130 InstallationValidator::InstallationType type;
143 std::string GetVersion(InstallationValidator::InstallationType product) {
236 InstallationValidator::InstallationType type) {
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 124 InstallationValidator::InstallationType type) {
174 InstallationValidator::InstallationType type =
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]

Completed in 3751 milliseconds