Searched defs:install_prefs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_internal_posix.cc51 bool ShowPostInstallEULAIfNeeded(installer::MasterPreferences* install_prefs) { argument
H A Dfirst_run_internal_win.cc84 bool IsEULANotAccepted(installer::MasterPreferences* install_prefs) { argument
86 if (install_prefs->GetBool(installer::master_preferences::kRequireEula,
164 bool ShowPostInstallEULAIfNeeded(installer::MasterPreferences* install_prefs) { argument
165 if (IsEULANotAccepted(install_prefs)) {
H A Dfirst_run.cc172 installer::MasterPreferences* install_prefs) {
174 if (install_prefs->GetExtensionsBlock(&extensions)) {
430 installer::MasterPreferences* install_prefs =
432 if (!install_prefs->read_from_file()) {
433 delete install_prefs;
437 return install_prefs;
468 const installer::MasterPreferences& install_prefs,
471 install_prefs.GetFirstRunTabs(), &out_prefs->new_tabs);
473 install_prefs.GetInt(installer::master_preferences::kDistroPingDelay,
477 if (install_prefs
171 DoDelayedInstallExtensionsIfNeeded( installer::MasterPreferences* install_prefs) argument
467 SetupMasterPrefsFromInstallPrefs( const installer::MasterPreferences& install_prefs, MasterPrefs* out_prefs) argument
[all...]

Completed in 67 milliseconds