Searched refs:restore_on_startup (Results 1 – 6 of 6) sorted by relevance
32 int restore_on_startup; in ApplyPolicySettings() local33 if (!restore_on_startup_value->GetAsInteger(&restore_on_startup)) in ApplyPolicySettings()36 if (restore_on_startup == SessionStartupPref::kPrefValueHomePage) in ApplyPolicySettings()39 prefs->SetInteger(prefs::kRestoreOnStartup, restore_on_startup); in ApplyPolicySettings()
82 int* restore_on_startup) const { in GetRestoreOnStartup()85 restore_on_startup); in GetRestoreOnStartup()
225 int restore_on_startup; in ResetStartupPages() local226 if (master_settings_->GetRestoreOnStartup(&restore_on_startup)) in ResetStartupPages()227 prefs->SetInteger(prefs::kRestoreOnStartup, restore_on_startup); in ResetStartupPages()
37 bool GetRestoreOnStartup(int* restore_on_startup) const;
215 int restore_on_startup = -1; in MigrateIfNecessary() local217 if (!restore_on_startup_value->GetAsInteger(&restore_on_startup)) in MigrateIfNecessary()225 if (restore_on_startup == kPrefValueHomePage) { in MigrateIfNecessary()
153 int restore_on_startup = prefs_->GetInteger(prefs::kRestoreOnStartup); in RecordLaunchPrefs() local155 restore_on_startup, kSessionStartupPrefValueMax); in RecordLaunchPrefs()156 if (restore_on_startup == SessionStartupPref::kPrefValueURLs) { in RecordLaunchPrefs()