Searched refs:GetGivenName (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/user_manager/
H A Duser_info_impl.cc22 base::string16 UserInfoImpl::GetGivenName() const { function in class:user_manager::UserInfoImpl
H A Duser_info.h29 virtual base::string16 GetGivenName() const = 0;
H A Dempty_user_info.cc23 base::string16 EmptyUserInfo::GetGivenName() const { function in class:user_manager::EmptyUserInfo
H A Dempty_user_info.h26 virtual base::string16 GetGivenName() const OVERRIDE;
H A Duser_info_impl.h25 virtual base::string16 GetGivenName() const OVERRIDE;
H A Duser.h90 virtual base::string16 GetGivenName() const OVERRIDE;
H A Duser.cc133 base::string16 User::GetGivenName() const { function in class:user_manager::User
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dfirst_run_private_api.cc22 if (!user->GetGivenName().empty()) {
26 user->GetGivenName()));
/external/chromium_org/ash/test/
H A Dtest_session_state_delegate.cc45 virtual base::string16 GetGivenName() const OVERRIDE {
/external/chromium_org/ash/system/user/
H A Daccounts_detailed_view.cc126 base::string16 user_name = user_info->GetGivenName();

Completed in 814 milliseconds