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

  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.h 15 class NewAvatarButton : public views::MenuButton,
25 NewAvatarButton(views::ButtonListener* listener,
29 virtual ~NewAvatarButton();
57 DISALLOW_COPY_AND_ASSIGN(NewAvatarButton);
new_avatar_button.cc 70 NewAvatarButton::NewAvatarButton(
128 NewAvatarButton::~NewAvatarButton() {
137 void NewAvatarButton::OnProfileAdded(const base::FilePath& profile_path) {
141 void NewAvatarButton::OnProfileWasRemoved(
147 void NewAvatarButton::OnProfileNameChanged(
153 void NewAvatarButton::OnProfileSupervisedUserIdChanged(
158 void NewAvatarButton::OnErrorChanged() {
173 void NewAvatarButton::UpdateAvatarButtonAndRelayoutParent()
    [all...]

Completed in 162 milliseconds