Home
last modified time | relevance | path

Searched refs:profile_helper (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper_browsertest.cc38 void ActiveUserChanged(ProfileHelper* profile_helper, in ActiveUserChanged() argument
40 profile_helper->ActiveUserHashChanged(hash); in ActiveUserChanged()
45 ProfileHelper profile_helper; in IN_PROC_BROWSER_TEST_P() local
46 ActiveUserChanged(&profile_helper, kActiveUserHash); in IN_PROC_BROWSER_TEST_P()
47 base::FilePath profile_dir = profile_helper.GetActiveUserProfileDir(); in IN_PROC_BROWSER_TEST_P()
74 ProfileHelper profile_helper; in IN_PROC_BROWSER_TEST_P() local
76 profile_helper.GetProfilePathByUserIdHash(kActiveUserHash); in IN_PROC_BROWSER_TEST_P()
Dprofile_list_chromeos_unittest.cc113 void ActiveUserChanged(ProfileHelper* profile_helper, in ActiveUserChanged() argument
115 profile_helper->ActiveUserHashChanged(hash); in ActiveUserChanged()
229 g_browser_process->platform_part()->profile_helper(), hash); in TEST_F()
/external/chromium_org/chrome/browser/
Dbrowser_process_platform_part_chromeos.cc40 chromeos::ProfileHelper* BrowserProcessPlatformPart::profile_helper() { in profile_helper() function in BrowserProcessPlatformPart
Dbrowser_process_platform_part_chromeos.h38 virtual chromeos::ProfileHelper* profile_helper();
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_api_chromeos.cc63 profile_helper()->GetUserIdHashFromProfile(profile); in GetUserIdHash()
66 profile_helper()->active_user_id_hash(); in GetUserIdHash()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dsignin_screen_handler.cc1546 ProfileHelper* profile_helper = in StartClearingCookies() local
1547 g_browser_process->platform_part()->profile_helper(); in StartClearingCookies()
1549 Profile::FromWebUI(web_ui()) == profile_helper->GetSigninProfile()); in StartClearingCookies()
1550 profile_helper->ClearSigninProfile(base::Bind( in StartClearingCookies()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager.cc336 profile_helper()->active_user_id_hash(); in GetInitialProfileDir()
340 profile_helper()->GetActiveUserProfileDir(); in GetInitialProfileDir()
369 profile_helper()->GetActiveUserProfileDir(); in GetLastUsedProfile()
/external/chromium_org/chrome/browser/chromeos/
Dchrome_browser_main_chromeos.cc468 g_browser_process->platform_part()->profile_helper()->Initialize(); in PreProfileInit()
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator.cc329 g_browser_process->platform_part()->profile_helper()->ProfileStartup( in LaunchBrowser()
/external/chromium_org/chrome/
Dchrome_browser_chromeos.gypi783 'browser/chromeos/profiles/profile_helper.cc',
784 'browser/chromeos/profiles/profile_helper.h',