OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowEditProfileLink
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_actions_chromeos.h
26
virtual bool
ShouldShowEditProfileLink
() const OVERRIDE;
avatar_menu_actions_chromeos.cc
44
bool AvatarMenuActionsChromeOS::
ShouldShowEditProfileLink
() const {
/external/chromium_org/chrome/browser/profiles/
avatar_menu_actions.h
32
virtual bool
ShouldShowEditProfileLink
() const = 0;
avatar_menu_actions_desktop.h
25
virtual bool
ShouldShowEditProfileLink
() const OVERRIDE;
avatar_menu.h
135
bool
ShouldShowEditProfileLink
() const;
avatar_menu_actions_desktop.cc
74
bool AvatarMenuActionsDesktop::
ShouldShowEditProfileLink
() const {
avatar_menu.cc
221
bool AvatarMenu::
ShouldShowEditProfileLink
() const {
222
return menu_actions_->
ShouldShowEditProfileLink
();
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc
374
menu_->
ShouldShowEditProfileLink
();
Completed in 114 milliseconds