Home | History | Annotate | Download | only in frame

Lines Matching defs:avatar

75     // The avatar label can just be there if there is also an avatar button.
88 gfx::Image avatar;
93 avatar = rb.
96 avatar = rb.GetImageNamed(IDR_OTR_ICON);
101 // The taskbar badge should be the profile avatar, not the OTR avatar.
116 &avatar,
123 avatar_button_->SetAvatarIcon(avatar, is_rectangle);
125 // For popups and panels which don't have the avatar button, we still
136 ? (taskbar_badge_avatar.IsEmpty() ? &avatar : &taskbar_badge_avatar)