Home | History | Annotate | Download | only in tray

Lines Matching defs:TrayItemView

28 TrayItemView::TrayItemView(SystemTrayItem* owner)
38 TrayItemView::~TrayItemView() {}
41 void TrayItemView::DisableAnimationsForTest() {
45 void TrayItemView::CreateLabel() {
50 void TrayItemView::CreateImageView() {
55 void TrayItemView::SetVisible(bool set_visible) {
78 gfx::Size TrayItemView::DesiredSize() const {
82 int TrayItemView::GetAnimationDurationMS() {
86 gfx::Size TrayItemView::GetPreferredSize() const {
106 int TrayItemView::GetHeightForWidth(int width) const {
110 void TrayItemView::ChildPreferredSizeChanged(views::View* child) {
114 void TrayItemView::AnimationProgressed(const gfx::Animation* animation) {
130 void TrayItemView::AnimationEnded(const gfx::Animation* animation) {
135 void TrayItemView::AnimationCanceled(const gfx::Animation* animation) {