OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetStartupPref
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/prefs/
session_startup_pref.cc
85
SessionStartupPref SessionStartupPref::
GetStartupPref
(Profile* profile) {
87
return
GetStartupPref
(profile->GetPrefs());
91
SessionStartupPref SessionStartupPref::
GetStartupPref
(PrefService* prefs) {
/external/chromium_org/chrome/browser/prefs/
session_startup_pref.cc
127
SessionStartupPref SessionStartupPref::
GetStartupPref
(Profile* profile) {
129
return
GetStartupPref
(profile->GetPrefs());
133
SessionStartupPref SessionStartupPref::
GetStartupPref
(PrefService* prefs) {
Completed in 151 milliseconds