HomeSort by relevance Sort by last modified time
    Searched defs:active_user (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 82 user_manager::User* active_user = local
86 active_user->email());
  /external/chromium_org/ash/system/user/
tray_user_unittest.cc 240 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/users/
fake_user_manager.cc 290 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/chromeos/profiles/
profile_helper.cc 313 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/profiles/
profile_manager_unittest.cc 230 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()));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 689 user_manager::User* active_user = local
693 active_user->email());
    [all...]

Completed in 138 milliseconds