Searched defs:active_user (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc16 RoundedImageView::RoundedImageView(int corner_radius, bool active_user) argument
17 : active_user_(active_user) {
H A Dtray_user_unittest.cc240 const user_manager::UserInfo* active_user = delegate()->GetActiveUserInfo(); local
242 EXPECT_EQ(active_user->GetUserID(), second_user->GetUserID());
245 EXPECT_NE(active_user->GetUserID(), second_user->GetEmail());
/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.cc82 user_manager::User* active_user = local
86 active_user->email());
/external/chromium_org/components/user_manager/
H A Duser_manager.cc20 const User* active_user) {
24 const User* active_user) {
19 ActiveUserChanged( const User* active_user) argument
23 UserAddedToSession( const User* active_user) argument
H A Duser_manager_base.cc939 void UserManagerBase::NotifyActiveUserChanged(const User* active_user) { argument
943 ActiveUserChanged(active_user));
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences.cc668 void Preferences::ActiveUserChanged(const user_manager::User* active_user) { argument
669 if (active_user != user_)
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.cc313 const user_manager::User* active_user = user_manager->GetActiveUser(); local
314 return active_user &&
316 active_user->username_hash()) == profile->GetPath()
317 ? const_cast<user_manager::User*>(active_user)
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_chromeos.cc250 const user_manager::User* active_user) {
253 ActiveUserChanged(active_user->email()));
249 ActiveUserChanged( const user_manager::User* active_user) argument
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dfake_user_manager.cc290 const user_manager::User* active_user = GetActiveUser(); local
291 return active_user
292 ? active_user->GetType() == user_manager::USER_TYPE_KIOSK_APP
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc413 const user_manager::User* active_user) {
412 ActiveUserChanged( const user_manager::User* active_user) argument
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager_unittest.cc230 const user_manager::User* active_user = user_manager->AddUser(kTestUserName); local
237 content::Details<const user_manager::User>(active_user));
239 chromeos::ProfileHelper::GetUserProfileDir(active_user->username_hash()));
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc689 user_manager::User* active_user = local
693 active_user->email());
1089 const user_manager::User* active_user) {
1090 Profile* profile = ProfileHelper::Get()->GetProfileByUser(active_user);
1098 GetDefaultIMEState(ProfileHelper::Get()->GetProfileByUser(active_user)));
1088 ActiveUserChanged( const user_manager::User* active_user) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc319 const user_manager::User* active_user) {
321 active_user->email());
325 added_user_ids_waiting_for_profiles_.insert(active_user->email());
318 UserAddedToSession( const user_manager::User* active_user) argument

Completed in 2010 milliseconds