/external/chromium_org/chrome/browser/chromeos/login/signin/ |
auth_sync_observer.h | 24 explicit AuthSyncObserver(Profile* user_profile);
|
merge_session_xhr_request_waiter.h | 35 Profile* user_profile,
|
oauth2_login_manager.h | 69 virtual void OnSessionRestoreStateChanged(Profile* user_profile, 73 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) {} 77 virtual void OnSessionAuthenticated(Profile* user_profile) {} 80 explicit OAuth2LoginManager(Profile* user_profile);
|
merge_session_load_page.h | 65 Profile* user_profile,
|
merge_session_xhr_request_waiter.cc | 60 Profile* user_profile,
|
merge_session_load_page.cc | 158 Profile* user_profile, OAuth2LoginManager::SessionRestoreState state) {
|
oauth2_login_manager.cc | 40 OAuth2LoginManager::OAuth2LoginManager(Profile* user_profile) 41 : user_profile_(user_profile),
|
oauth2_browsertest.cc | 106 Profile* user_profile,
|
/external/chromium_org/chrome/browser/chromeos/power/ |
power_prefs_unittest.cc | 218 TestingProfile* user_profile = local 228 EXPECT_EQ(user_profile, GetProfile()); 229 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile), 231 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile), 246 EXPECT_EQ(user_profile, GetProfile()); 247 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile), 249 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile), 258 EXPECT_EQ(user_profile, GetProfile()); 259 EXPECT_EQ(GetExpectedPowerPolicyForProfile(user_profile), 261 EXPECT_EQ(GetExpectedAllowScreenWakeLocksForProfile(user_profile), [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
user_accounts_delegate_chromeos.h | 20 explicit UserAccountsDelegateChromeOS(Profile* user_profile);
|
user_accounts_delegate_chromeos.cc | 24 Profile* user_profile) 25 : user_profile_(user_profile) {
|
system_tray_delegate_chromeos.cc | 850 Profile* user_profile = ProfileHelper::Get()->GetProfileByUserUnsafe(user) local [all...] |
/external/chromium_org/chrome/browser/chromeos/login/users/ |
multi_profile_user_controller.cc | 165 void MultiProfileUserController::StartObserving(Profile* user_profile) { 167 if (user_profile->GetProfileName().empty()) 171 registrar->Init(user_profile->GetPrefs()); 176 user_profile)); 179 OnUserPrefChanged(user_profile); 224 Profile* user_profile) { 225 std::string user_email = user_profile->GetProfileName(); 229 PrefService* prefs = user_profile->GetPrefs();
|
multi_profile_user_controller.h | 79 void StartObserving(Profile* user_profile);
|
multi_profile_user_controller_unittest.cc | 134 TestingProfile* user_profile = variable 136 user_profile->set_profile_name(user_email); 137 user_profiles_.push_back(user_profile); 140 user_profile);
|
/external/chromium_org/chrome/browser/chromeos/login/session/ |
user_session_manager.h | 185 Profile* user_profile, 187 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) OVERRIDE;
|
user_session_manager.cc | 275 void UserSessionManager::RestoreAuthenticationSession(Profile* user_profile) { 290 ProfileHelper::Get()->GetUserByProfile(user_profile); 294 RestoreAuthSessionImpl(user_profile, false /* has_auth_cookies */); 484 Profile* user_profile, 489 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile); 520 void UserSessionManager::OnNewRefreshTokenAvaiable(Profile* user_profile) { 526 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile); 563 Profile* user_profile = ProfileHelper::Get()->GetProfileByUserUnsafe(*it); local 568 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(user_profile); 576 RestoreAuthSessionImpl(user_profile, false /* has_auth_cookies */) [all...] |
/external/chromium_org/chrome/browser/chromeos/profiles/ |
profile_helper.h | 142 Profile* user_profile,
|
profile_helper.cc | 337 Profile* user_profile, 344 GetForProfile(user_profile);
|