Searched refs:GetEmail (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/components/user_manager/
H A Duser_info_impl.cc26 std::string UserInfoImpl::GetEmail() const { function in class:user_manager::UserInfoImpl
31 return GetEmail();
H A Duser_info.h34 virtual std::string GetEmail() const = 0;
H A Dempty_user_info.cc28 std::string EmptyUserInfo::GetEmail() const { function in class:user_manager::EmptyUserInfo
H A Dempty_user_info.h27 virtual std::string GetEmail() const OVERRIDE;
H A Duser_info_impl.h26 virtual std::string GetEmail() const OVERRIDE;
H A Duser.h88 virtual std::string GetEmail() const OVERRIDE;
H A Duser.cc123 std::string User::GetEmail() const { function in class:user_manager::User
/external/chromium_org/ash/test/
H A Dtest_session_state_delegate.cc49 virtual std::string GetEmail() const OVERRIDE { return email_; }
52 return GetUserIDFromEmail(GetEmail());
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos.cc97 base::ASCIIToUTF16(user_info->GetEmail())));
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_builder.cc161 base::ASCIIToUTF16(user_info->GetEmail())));
/external/chromium_org/ash/system/user/
H A Daccounts_detailed_view.cc130 user_name = base::ASCIIToUTF16(user_info->GetEmail());
H A Dtray_user_unittest.cc245 EXPECT_NE(active_user->GetUserID(), second_user->GetEmail());
H A Duser_card_view.cc387 delegate->GetUserInfo(multiprofile_index)->GetEmail());
403 delegate->GetUserInfo(multiprofile_index)->GetEmail());
/external/chromium_org/testing/gtest/scripts/
H A Dupload.py65 def GetEmail(prompt): function
471 email = GetEmail("Email (login for uploading to %s)" % options.server)
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2705 def GetEmail(prompt): function
3040 email = GetEmail("Email (login for uploading to %s)" % options.server)
/external/regex-re2/lib/codereview/
H A Dcodereview.py2702 def GetEmail(prompt): function
3037 email = GetEmail("Email (login for uploading to %s)" % options.server)

Completed in 2904 milliseconds