HomeSort by relevance Sort by last modified time
    Searched refs:master_preferences (Results 1 - 16 of 16) 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"
81 if (prefs.GetBool(installer::master_preferences::kDisableLogging,
94 if (prefs.GetBool(installer::master_preferences::kVerboseLogging,
113 prefs.GetString(installer::master_preferences::kLogFile, &path);
eula_util.cc 12 #include "chrome/installer/util/master_preferences.h"
21 // doing so is required by master_preferences. Assume the EULA has not been
89 if (!install_prefs->GetBool(master_preferences::kRequireEula, &eula_required))
chrome_browser_operations.cc 16 #include "chrome/installer/util/master_preferences.h"
31 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
107 // khromeShortcutIconIndex in master_preferences)
124 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
chrome_app_host_operations.cc 14 #include "chrome/installer/util/master_preferences.h"
27 if (prefs.GetBool(master_preferences::kMultiInstall, &pref_value) &&
chrome_frame_operations.cc 12 #include "chrome/installer/util/master_preferences.h"
27 { 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_org/chrome/browser/first_run/
first_run.cc 52 #include "chrome/installer/util/master_preferences.h"
198 // History is always imported unless turned off in master_preferences.
200 // unless turned off in master_preferences.
203 // Bookmarks are never imported, unless turned on in master_preferences.
473 install_prefs.GetInt(installer::master_preferences::kDistroPingDelay,
478 installer::master_preferences::kDistroImportSearchPref, &value)) {
491 installer::master_preferences::kDistroSuppressFirstRunBubble,
496 installer::master_preferences::kDistroImportHistoryPref,
510 installer::master_preferences::kDistroImportHomePagePref,
521 installer::master_preferences::kDistroImportBookmarksPref
    [all...]
first_run_internal_win.cc 28 #include "chrome/installer/util/master_preferences.h"
86 if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
  /external/chromium_org/chrome/installer/setup/
install.cc 35 #include "chrome/installer/util/master_preferences.h"
138 // Copy master_preferences file provided to installer, in the same folder
263 // based on state of installation and master_preferences.
361 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
371 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
373 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
375 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
377 prefs.GetBool(master_preferences::kAltShortcutText,
586 prefs.GetBool(master_preferences::kMakeChromeDefault,
591 // force it here because the master_preferences file will not get copie
    [all...]
install_unittest.cc 25 #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 70 installer::master_preferences::kExtensionsBlock,

Completed in 587 milliseconds