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

  /external/chromium_org/chrome/browser/chromeos/login/users/
fake_user_manager.cc 152 bool FakeUserManager::IsKnownUser(const std::string& email) const {
user_manager_impl.cc 628 bool UserManagerImpl::IsKnownUser(const std::string& user_id) const {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 460 static bool IsKnownUser(const std::string& account_id) {
461 return chromeos::UserManager::Get()->IsKnownUser(account_id);
469 base::Bind(&IsKnownUser, user_id_1_))
472 base::Bind(&IsKnownUser, user_id_2_))
515 return !IsKnownUser(account_id);
524 base::Bind(&IsKnownUser, user_id_1_))
527 base::Bind(&IsKnownUser, user_id_2_))
    [all...]

Completed in 181 milliseconds