Home | History | Annotate | Download | only in frame

Lines Matching defs:avatar

77     // The avatar label can just be there if there is also an avatar button.
90 gfx::Image avatar;
95 avatar = rb.
98 avatar = rb.GetImageNamed(IDR_OTR_ICON);
103 // The taskbar badge should be the profile avatar, not the OTR avatar.
118 &avatar,
125 avatar_button_->SetAvatarIcon(avatar, is_rectangle);
127 // For popups and panels which don't have the avatar button, we still
138 ? (taskbar_badge_avatar.IsEmpty() ? &avatar : &taskbar_badge_avatar)