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

  /external/chromium_org/chrome/browser/profiles/
avatar_menu.cc 50 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache,
68 AvatarMenu::~AvatarMenu() {
71 AvatarMenu::Item::Item(size_t menu_index,
82 AvatarMenu::Item::~Item() {
86 bool AvatarMenu::ShouldShowAvatarMenu() {
110 bool AvatarMenu::CompareItems(const Item* item1, const Item* item2) {
115 void AvatarMenu::SwitchToProfile(size_t index,
142 void AvatarMenu::AddNewProfile(ProfileMetrics::ProfileAdd type)
    [all...]
avatar_menu.h 34 class AvatarMenu : public content::NotificationObserver {
77 AvatarMenu(ProfileInfoInterface* profile_cache,
80 virtual ~AvatarMenu();
163 DISALLOW_COPY_AND_ASSIGN(AvatarMenu);

Completed in 164 milliseconds