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

  /external/chromium_org/chrome/installer/launcher_support/
chrome_launcher_support.h 14 enum InstallationLevel {
27 base::FilePath GetSetupExeForInstallationLevel(InstallationLevel level);
33 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level);
37 base::FilePath GetAppHostPathForInstallationLevel(InstallationLevel level);
54 void UninstallLegacyAppLauncher(InstallationLevel level);
chrome_launcher_support.cc 50 bool GetClientStateValue(InstallationLevel level,
71 bool IsProductInstalled(InstallationLevel level, const wchar_t* app_guid) {
83 bool IsAppLauncherEnabledAtLevel(InstallationLevel level) {
99 base::FilePath GetSetupExeFromRegistry(InstallationLevel level,
134 void UninstallLegacyAppLauncher(InstallationLevel level) {
152 base::FilePath GetSetupExeForInstallationLevel(InstallationLevel level) {
163 base::FilePath GetChromePathForInstallationLevel(InstallationLevel level) {
168 base::FilePath GetAppHostPathForInstallationLevel(InstallationLevel level) {

Completed in 24 milliseconds