Home
last modified time | relevance | path

Searched refs:GetGAIANameToDisplay (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_attributes_entry.cc181 base::string16 ProfileAttributesEntry::GetGAIANameToDisplay() const { in GetGAIANameToDisplay() function in ProfileAttributesEntry
207 base::string16 other_gaia_name_to_display = entry->GetGAIANameToDisplay(); in ShouldShowProfileLocalName()
245 base::string16 name_to_display = GetGAIANameToDisplay(); in GetNameForm()
256 return GetGAIANameToDisplay(); in GetName()
260 return GetGAIANameToDisplay() + base::UTF8ToUTF16(" (") + in GetName()
H A Dprofile_attributes_entry.h60 base::string16 GetGAIANameToDisplay() const;
H A Dprofiles_state.cc119 const base::string16 gaia_name_to_display = entry->GetGAIANameToDisplay(); in GetAvatarNameForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/signin/
H A Dprofile_picker_handler.cc564 profile_entry->SetString("gaiaName", entry->GetGAIANameToDisplay()); in GetProfilesList()