HomeSort by relevance Sort by last modified time
    Searched defs:EditProfile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_actions_chromeos.cc 34 void AvatarMenuActionsChromeOS::EditProfile(Profile* profile, size_t index) {
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.cc 39 // and EditProfile actions.
51 void AvatarMenuActionsDesktop::EditProfile(Profile* profile, size_t index) {
avatar_menu.cc 146 void AvatarMenu::EditProfile(size_t index) {
153 menu_actions_->EditProfile(profile, profile_index);
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.cc 100 void AvatarMenuBubbleGtk::EditProfile(size_t profile_index) {
103 avatar_menu_->EditProfile(profile_index);

Completed in 90 milliseconds