Searched defs:profile_helper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_chromeos.cc13 #include "chrome/browser/chromeos/profiles/profile_helper.h"
42 chromeos::ProfileHelper* BrowserProcessPlatformPart::profile_helper() { function in class:BrowserProcessPlatformPart
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper_browsertest.cc10 #include "chrome/browser/chromeos/profiles/profile_helper.h"
31 void ActiveUserChanged(ProfileHelper* profile_helper, argument
33 profile_helper->ActiveUserHashChanged(hash);
38 ProfileHelper profile_helper; local
39 ActiveUserChanged(&profile_helper, kActiveUserHash);
40 base::FilePath profile_dir = profile_helper.GetActiveUserProfileDir();
67 ProfileHelper profile_helper; local
69 profile_helper.GetProfilePathByUserIdHash(kActiveUserHash);
H A Dprofile_list_chromeos_unittest.cc13 #include "chrome/browser/chromeos/profiles/profile_helper.h"
111 void ActiveUserChanged(ProfileHelper* profile_helper, argument
113 profile_helper->ActiveUserHashChanged(hash);
227 g_browser_process->platform_part()->profile_helper(), hash);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc16 #include "chrome/browser/chromeos/profiles/profile_helper.h"
390 ProfileHelper* profile_helper = local
391 g_browser_process->platform_part()->profile_helper();
393 profile_helper->GetSigninProfile());
394 profile_helper->ClearSigninProfile(

Completed in 745 milliseconds