HomeSort by relevance Sort by last modified time
    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 137 bool ShouldShowEditProfileLink() const;
avatar_menu_actions_desktop.cc 74 bool AvatarMenuActionsDesktop::ShouldShowEditProfileLink() const {
avatar_menu.cc 222 bool AvatarMenu::ShouldShowEditProfileLink() const {
223 return menu_actions_->ShouldShowEditProfileLink();
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 377 menu_->ShouldShowEditProfileLink();

Completed in 140 milliseconds