Home
last modified time | relevance | path

Searched refs:GetStartupPref (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dsession_startup_pref_unittest.cc36 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
56 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
64 result = SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
H A Dsession_startup_pref.h55 static SessionStartupPref GetStartupPref(const Profile* profile);
56 static SessionStartupPref GetStartupPref(const PrefService* prefs);
H A Dsession_startup_pref.cc100 SessionStartupPref SessionStartupPref::GetStartupPref(const Profile* profile) { in GetStartupPref() function in SessionStartupPref
107 : GetStartupPref(profile->GetPrefs()); in GetStartupPref()
111 SessionStartupPref SessionStartupPref::GetStartupPref( in GetStartupPref() function in SessionStartupPref
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dsession_startup_pref_unittest.cc36 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
56 SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
64 result = SessionStartupPref::GetStartupPref(pref_service_.get()); in TEST_F()
H A Dsession_startup_pref.h55 static SessionStartupPref GetStartupPref(Profile* profile);
56 static SessionStartupPref GetStartupPref(PrefService* prefs);
H A Dsession_startup_pref.cc99 SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) { in GetStartupPref() function in SessionStartupPref
106 : GetStartupPref(profile->GetPrefs()); in GetStartupPref()
110 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) { in GetStartupPref() function in SessionStartupPref
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_startup_pages_handler.cc60 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefService); in OnJavascriptAllowed()
192 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs); in SaveStartupPagesPref()
202 const SessionStartupPref startup_pref = SessionStartupPref::GetStartupPref( in UpdateStartupPages()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsettings_startup_pages_handler.cc60 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefService); in OnJavascriptAllowed()
192 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs); in SaveStartupPagesPref()
202 const SessionStartupPref startup_pref = SessionStartupPref::GetStartupPref( in UpdateStartupPages()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc107 startup_pref = SessionStartupPref::GetStartupPref(prefs); in IN_PROC_BROWSER_TEST_F()
112 startup_pref = SessionStartupPref::GetStartupPref(prefs); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc108 startup_pref = SessionStartupPref::GetStartupPref(prefs); in IN_PROC_BROWSER_TEST_F()
113 startup_pref = SessionStartupPref::GetStartupPref(prefs); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dsession_crashed_bubble_view.cc252 SessionStartupPref::GetStartupPref(browser->profile()); in ShowBubble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profile_resetter/
H A Dresettable_settings_snapshot.cc55 : startup_(SessionStartupPref::GetStartupPref(profile)), in ResettableSettingsSnapshot()
H A Dprofile_resetter_unittest.cc691 startup_pref = SessionStartupPref::GetStartupPref(prefs); in TEST_F()
710 startup_pref = SessionStartupPref::GetStartupPref(prefs); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc406 SessionStartupPref pref = SessionStartupPref::GetStartupPref(prefs); in GetSessionStartupPref()