OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPrimaryUserProfile
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc
36
// Using
GetPrimaryUserProfile
here because this is a system setting which can
38
PrefService* prefs = ProfileManager::
GetPrimaryUserProfile
()->GetPrefs();
65
// Using
GetPrimaryUserProfile
here because this is the property which can
67
PrefService* prefs = ProfileManager::
GetPrimaryUserProfile
()->GetPrefs();
ash_system_tray_delegate.cc
238
ProfileManager::
GetPrimaryUserProfile
());
514
ProfileManager::
GetPrimaryUserProfile
(),
812
ProfileManager::
GetPrimaryUserProfile
());
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system_logs/
chrome_internal_log_source.cc
48
Profile* profile = ProfileManager::
GetPrimaryUserProfile
();
93
g_browser_process->profile_manager()->
GetPrimaryUserProfile
();
/external/chromium_org/chrome/browser/profiles/
profile_manager.h
58
static Profile*
GetPrimaryUserProfile
();
64
// Same as
GetPrimaryUserProfile
. Do not use!
67
// Same as
GetPrimaryUserProfile
. Do not use!
profile_manager.cc
425
Profile* ProfileManager::
GetPrimaryUserProfile
() {
429
<< "
GetPrimaryUserProfile
() called before allowed.";
459
return
GetPrimaryUserProfile
();
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc
374
Profile* app_profile = ProfileManager::
GetPrimaryUserProfile
();
[
all
...]
Completed in 37 milliseconds