HomeSort by relevance Sort by last modified time
    Searched full:master_preferences (Results 1 - 25 of 40) sorted by null

1 2

  /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_dummy.cc 6 // master_preferences namespace for Google Chrome. These functions allow 64-bit
11 #include "chrome/installer/util/master_preferences.h"
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,
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
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 }
master_preferences.h 27 const char kDefaultMasterPrefs[] = "master_preferences";
34 // A prototypical 'master_preferences' file looks like this:
203 // found in older master_preferences files.
chrome_binaries_operations.cc 12 #include "chrome/installer/util/master_preferences.h"
product_unittest.cc 16 #include "chrome/installer/util/master_preferences.h"
  /external/chromium_org/chrome/browser/
auto_launch_trial.cc 11 #include "chrome/installer/util/master_preferences.h"
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_linux.cc 10 #include "chrome/installer/util/master_preferences.h"
first_run.cc 53 #include "chrome/installer/util/master_preferences.h"
194 // History is always imported unless turned off in master_preferences.
196 // unless turned off in master_preferences.
199 // Bookmarks are never imported, unless turned on in master_preferences.
469 install_prefs.GetInt(installer::master_preferences::kDistroPingDelay,
474 installer::master_preferences::kDistroImportSearchPref, &value)) {
487 installer::master_preferences::kDistroSuppressFirstRunBubble,
492 installer::master_preferences::kDistroImportHistoryPref,
506 installer::master_preferences::kDistroImportHomePagePref,
517 installer::master_preferences::kDistroImportBookmarksPref
    [all...]
first_run.h 150 // kMakeChromeDefaultForUser in master_preferences which contributes to the
161 // The master_preferences is a JSON file with the same entries as the
172 // See chrome/installer/util/master_preferences.h for a description of
173 // 'master_preferences' file.
first_run_internal_posix.cc 18 #include "chrome/installer/util/master_preferences.h"
first_run_unittest.cc 14 #include "chrome/installer/util/master_preferences.h"
first_run_browsertest.cc 78 // master_preferences. All subclasses must call SetMasterPreferencesForTest()
245 // A test fixture that will run in a first run scenario with master_preferences
  /external/chromium_org/chrome/
chrome_installer_util.gypi 158 'installer/util/master_preferences.cc',
159 'installer/util/master_preferences.h',
193 'installer/util/master_preferences.h',
217 'installer/util/master_preferences.cc',
218 'installer/util/master_preferences.h',
  /external/chromium_org/chrome/installer/setup/
install.cc 38 #include "chrome/installer/util/master_preferences.h"
141 // Copy master_preferences file provided to installer, in the same folder
275 // based on state of installation and master_preferences.
373 prefs.GetBool(master_preferences::kDoNotCreateAnyShortcuts,
383 prefs.GetBool(master_preferences::kDoNotCreateDesktopShortcut,
385 prefs.GetBool(master_preferences::kDoNotCreateQuickLaunchShortcut,
387 prefs.GetBool(master_preferences::kDoNotCreateTaskbarShortcut,
389 prefs.GetBool(master_preferences::kAltShortcutText,
598 prefs.GetBool(master_preferences::kMakeChromeDefault,
603 // force it here because the master_preferences file will not get copie
    [all...]
install.h 16 #include "chrome/installer/util/master_preferences.h"
101 // prefs: master preferences. See chrome/installer/util/master_preferences.h.
install_unittest.cc 25 #include "chrome/installer/util/master_preferences.h"
166 { installer::master_preferences::kDoNotCreateDesktopShortcut,
168 { installer::master_preferences::kDoNotCreateQuickLaunchShortcut,
170 { installer::master_preferences::kAltShortcutText,
  /external/chromium_org/chrome/browser/profile_resetter/
brandcoded_default_settings.cc 69 installer::master_preferences::kExtensionsBlock,

Completed in 950 milliseconds

1 2