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 51 AvatarMenu::AvatarMenu(ProfileInfoInterface* profile_cache,
81 AvatarMenu::~AvatarMenu() {
84 AvatarMenu::Item::Item(size_t menu_index,
95 AvatarMenu::Item::~Item() {
99 bool AvatarMenu::ShouldShowAvatarMenu() {
123 bool AvatarMenu::CompareItems(const Item* item1, const Item* item2) {
128 void AvatarMenu::SwitchToProfile(size_t index,
157 void AvatarMenu::AddNewProfile(ProfileMetrics::ProfileAdd type)
    [all...]
avatar_menu.h 40 class AvatarMenu :
87 AvatarMenu(ProfileInfoInterface* profile_cache,
90 virtual ~AvatarMenu();
184 DISALLOW_COPY_AND_ASSIGN(AvatarMenu);

Completed in 44 milliseconds