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

  /external/chromium_org/chrome/installer/util/
installation_validator.h 48 enum InstallationType {
91 InstallationType* type);
96 InstallationType* type);
267 static const InstallationType kInstallationTypes[];
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 23 class InstallationType(object):
66 if (current.GetType() == InstallationType.SYSTEM and
67 install_type == InstallationType.USER):
104 install_type: Type of installation, must be InstallationType type.
111 if install_type == InstallationType.USER:
113 elif install_type == InstallationType.SYSTEM:
127 install_type: Type of installation, must be InstallationType type.
132 if install_type == InstallationType.SYSTEM:
134 elif install_type == InstallationType.USER:
142 install_type: Type of installation, must be InstallationType type
    [all...]

Completed in 192 milliseconds