Searched refs:user_profile_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Duser_accounts_delegate_chromeos.cc25 : user_profile_(user_profile) {
26 ProfileOAuth2TokenServiceFactory::GetForProfile(user_profile_)
31 ProfileOAuth2TokenServiceFactory::GetForProfile(user_profile_)
36 return SigninManagerFactory::GetForProfile(user_profile_)
43 ProfileOAuth2TokenServiceFactory::GetForProfile(user_profile_);
58 ProfileHelper::Get()->GetUserByProfile(user_profile_);
69 user_profile_);
74 ui::InlineLoginDialog::Show(user_profile_);
H A Dsession_state_delegate_chromeos_unittest.cc107 user_profile_ = profile_manager_->CreateTestingProfile(user_email);
108 user_profile_->set_profile_name(user_email);
110 user, user_profile_);
116 TestingProfile* user_profile_; member in class:chromeos::SessionStateDelegateChromeOSTest
179 user_profile_->GetPrefs()->SetString(
214 user_profile_, CreateTestPolicyCertService));
216 policy::PolicyCertServiceFactory::GetForProfile(user_profile_);
281 user_profile_->GetPrefs()->SetString(
H A Duser_accounts_delegate_chromeos.h36 Profile* user_profile_; member in class:chromeos::UserAccountsDelegateChromeOS
H A Dsystem_tray_delegate_chromeos.cc188 : user_profile_(NULL),
869 // Stop observing the AppWindowRegistry of the current |user_profile_|.
872 user_profile_ = profile;
874 // Start observing the AppWindowRegistry of the newly set |user_profile_|.
875 extensions::AppWindowRegistry::Get(user_profile_)->AddObserver(this);
925 if (profile != user_profile_)
928 user_profile_ = NULL;
1014 if (!user_profile_)
1019 user_profile_, false);
1025 if (!user_profile_)
[all...]
H A Dsystem_tray_delegate_chromeos.h240 Profile* user_profile_; member in class:chromeos::SystemTrayDelegateChromeOS
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc41 : user_profile_(user_profile),
71 DCHECK(user_profile_);
157 return ProfileOAuth2TokenServiceFactory::GetForProfile(user_profile_);
162 SigninManagerFactory::GetForProfile(user_profile_);
204 OnNewRefreshTokenAvaiable(user_profile_));
225 ChromeSigninClientFactory::GetForProfile(user_profile_);
265 user_profile_->GetRequestContext(),
269 login_verifier_->VerifyUserCookies(user_profile_);
278 login_verifier_->VerifyProfileTokens(user_profile_);
404 OnSessionRestoreStateChanged(user_profile_, state
[all...]
H A Doauth2_login_manager.h175 // Retrieves ProfileOAuth2TokenService for |user_profile_|.
178 // Retrieves the primary account for |user_profile_|.
226 Profile* user_profile_; member in class:chromeos::OAuth2LoginManager
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_controller.cc74 user_profile_(NULL) {
80 user_profile_ = ProfileHelper::Get()->GetProfileByUserUnsafe(
87 view->Init(user_profile_);
132 user_profile_,
H A Dfirst_run_controller.h90 Profile* user_profile_; member in class:chromeos::FirstRunController

Completed in 330 milliseconds