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 13 #include "chrome/installer/util/master_preferences.h"
83 installer::master_preferences::kDistroImportSearchPref,
84 installer::master_preferences::kDistroImportHistoryPref,
85 installer::master_preferences::kDistroImportBookmarksPref,
86 installer::master_preferences::kDistroImportHomePagePref,
87 installer::master_preferences::kDoNotCreateAnyShortcuts,
88 installer::master_preferences::kDoNotCreateDesktopShortcut,
89 installer::master_preferences::kDoNotCreateQuickLaunchShortcut,
90 installer::master_preferences::kDoNotCreateTaskbarShortcut,
91 installer::master_preferences::kDoNotLaunchChrome
    [all...]
master_preferences.cc 5 #include "chrome/installer/util/master_preferences.h"
145 installer::master_preferences::kAutoLaunchChrome },
147 installer::master_preferences::kChromeAppHostDeprecated },
149 installer::master_preferences::kChromeAppLauncher },
151 installer::master_preferences::kChrome },
153 installer::master_preferences::kChromeFrame },
155 installer::master_preferences::kChromeFrameReadyMode },
157 installer::master_preferences::kDisableLogging },
159 installer::master_preferences::kMsi },
161 installer::master_preferences::kMultiInstall }
    [all...]
master_preferences_constants.cc 8 namespace master_preferences { namespace in namespace:installer
50 } // 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
36 // kept around so that old master_preferences which specify
103 } // 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)
120 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
chrome_frame_operations.cc 12 #include "chrome/installer/util/master_preferences.h"
38 { master_preferences::kChromeFrameReadyMode, kOptionReadyMode },
39 { master_preferences::kMultiInstall, kOptionMultiInstall }
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) &&
installer_state.cc 25 #include "chrome/installer/util/master_preferences.h"
103 if (!prefs.GetBool(master_preferences::kSystemLevel, &pref_bool))
107 if (!prefs.GetBool(master_preferences::kVerboseLogging, &verbose_logging_))
110 if (!prefs.GetBool(master_preferences::kMultiInstall, &pref_bool))
114 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 51 #include "chrome/installer/util/master_preferences.h"
202 // History is always imported unless turned off in master_preferences.
204 // unless turned off in master_preferences.
207 // Bookmarks are never imported, unless turned on in master_preferences.
463 install_prefs.GetInt(installer::master_preferences::kDistroPingDelay,
468 installer::master_preferences::kDistroImportSearchPref, &value)) {
481 installer::master_preferences::kDistroSuppressFirstRunBubble,
486 installer::master_preferences::kDistroImportHistoryPref,
500 installer::master_preferences::kDistroImportHomePagePref,
511 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 37 #include "chrome/installer/util/master_preferences.h"
137 // Copy master_preferences file provided to installer, in the same folder
270 // based on state of installation and master_preferences.
364 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
374 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
376 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
378 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
380 prefs.GetBool(master_preferences::kAltShortcutText,
588 prefs.GetBool(master_preferences::kMakeChromeDefault,
593 // force it here because the master_preferences file will not get copie
    [all...]
install_unittest.cc 26 #include "chrome/installer/util/master_preferences.h"
160 { installer::master_preferences::kDoNotCreateDesktopShortcut,
162 { installer::master_preferences::kDoNotCreateQuickLaunchShortcut,
164 { installer::master_preferences::kAltShortcutText,
setup_main.cc 63 #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 122 milliseconds