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

  /external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc 14 #include "chrome/installer/util/master_preferences.h"
84 installer::master_preferences::kDistroImportSearchPref,
85 installer::master_preferences::kDistroImportHistoryPref,
86 installer::master_preferences::kDistroImportBookmarksPref,
87 installer::master_preferences::kDistroImportHomePagePref,
88 installer::master_preferences::kDoNotCreateAnyShortcuts,
89 installer::master_preferences::kDoNotCreateDesktopShortcut,
90 installer::master_preferences::kDoNotCreateQuickLaunchShortcut,
91 installer::master_preferences::kDoNotCreateTaskbarShortcut,
92 installer::master_preferences::kDoNotLaunchChrome
    [all...]
master_preferences.cc 5 #include "chrome/installer/util/master_preferences.h"
141 installer::master_preferences::kAutoLaunchChrome },
143 installer::master_preferences::kChromeAppHostDeprecated },
145 installer::master_preferences::kChromeAppLauncher },
147 installer::master_preferences::kChrome },
149 installer::master_preferences::kDisableLogging },
151 installer::master_preferences::kMsi },
153 installer::master_preferences::kMultiInstall },
155 installer::master_preferences::kDoNotRegisterForUpdateLaunch },
157 installer::master_preferences::kDoNotLaunchChrome }
    [all...]
master_preferences_constants.cc 8 namespace master_preferences { namespace in namespace:installer
48 } // namespace master_preferences
master_preferences_constants.h 5 // This file contains the constants used to process master_preferences files
12 namespace master_preferences { namespace in namespace:installer
32 // kept around so that old master_preferences which specify
99 } // namespace master_preferences
logging_installer.cc 19 #include "chrome/installer/util/master_preferences.h"
84 if (prefs.GetBool(installer::master_preferences::kDisableLogging,
97 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
116 prefs.GetString(installer::master_preferences::kLogFile, &path);
chrome_browser_operations.cc 16 #include "chrome/installer/util/master_preferences.h"
30 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
104 // khromeShortcutIconIndex in master_preferences)
121 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
eula_util.cc 13 #include "chrome/installer/util/master_preferences.h"
34 // doing so is required by master_preferences. Assume the EULA has not been
104 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required))
chrome_app_host_operations.cc 14 #include "chrome/installer/util/master_preferences.h"
26 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
chrome_frame_operations.cc 12 #include "chrome/installer/util/master_preferences.h"
26 { master_preferences::kMultiInstall, kOptionMultiInstall }
installer_state.cc 25 #include "chrome/installer/util/master_preferences.h"
97 if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool))
101 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_))
104 if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool))
108 if (!prefs.GetBool(master_preferences::kMsi, &msi_))
  /external/chromium/chrome/browser/first_run/
first_run.cc 30 #include "chrome/installer/util/master_preferences.h"
119 if (!prefs.GetInt(installer::master_preferences::kDistroPingDelay,
126 if (prefs.GetBool(installer::master_preferences::kRequireEula, &value) &&
154 if (prefs.GetBool(installer::master_preferences::kAltFirstRunBubble,
176 if (prefs.GetBool(installer::master_preferences::kDistroImportSearchPref,
187 installer::master_preferences::
198 installer::master_preferences::kDistroSuppressFirstRunBubble,
203 installer::master_preferences::kDistroImportHistoryPref,
216 installer::master_preferences::kDistroImportHomePagePref,
227 installer::master_preferences::kDistroImportBookmarksPref
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 52 #include "chrome/installer/util/master_preferences.h"
203 // History is always imported unless turned off in master_preferences.
205 // unless turned off in master_preferences.
208 // Bookmarks are never imported, unless turned on in master_preferences.
492 install_prefs.GetInt(installer::master_preferences::kDistroPingDelay,
497 installer::master_preferences::kDistroImportSearchPref, &value)) {
510 installer::master_preferences::kDistroSuppressFirstRunBubble,
515 installer::master_preferences::kDistroImportHistoryPref,
529 installer::master_preferences::kDistroImportHomePagePref,
540 installer::master_preferences::kDistroImportBookmarksPref
    [all...]
first_run_internal_win.cc 27 #include "chrome/installer/util/master_preferences.h"
110 if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
  /external/chromium_org/chrome/installer/setup/
install.cc 38 #include "chrome/installer/util/master_preferences.h"
147 // Copy master_preferences file provided to installer, in the same folder
280 // based on state of installation and master_preferences.
375 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
385 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
387 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
389 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
391 prefs.GetBool(master_preferences::kAltShortcutText,
600 prefs.GetBool(master_preferences::kMakeChromeDefault,
605 // force it here because the master_preferences file will not get copie
    [all...]
install_unittest.cc 26 #include "chrome/installer/util/master_preferences.h"
167 { installer::master_preferences::kDoNotCreateDesktopShortcut,
169 { installer::master_preferences::kDoNotCreateQuickLaunchShortcut,
171 { installer::master_preferences::kAltShortcutText,
setup_main.cc 61 #include "chrome/installer/util/master_preferences.h"
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
brandcoded_default_settings.cc 69 installer::master_preferences::kExtensionsBlock,

Completed in 83 milliseconds