Searched refs:TrayItemView (Results 1 – 16 of 16) sorted by relevance
29 TrayItemView::TrayItemView(SystemTrayItem* owner) in TrayItemView() function in ash::internal::TrayItemView39 TrayItemView::~TrayItemView() {} in ~TrayItemView()42 void TrayItemView::DisableAnimationsForTest() { in DisableAnimationsForTest()46 void TrayItemView::CreateLabel() { in CreateLabel()51 void TrayItemView::CreateImageView() { in CreateImageView()56 void TrayItemView::SetVisible(bool set_visible) { in SetVisible()79 gfx::Size TrayItemView::DesiredSize() { in DesiredSize()83 int TrayItemView::GetAnimationDurationMS() { in GetAnimationDurationMS()87 gfx::Size TrayItemView::GetPreferredSize() { in GetPreferredSize()107 int TrayItemView::GetHeightForWidth(int width) { in GetHeightForWidth()[all …]
30 class ASH_EXPORT TrayItemView : public views::View,33 explicit TrayItemView(SystemTrayItem* owner);34 virtual ~TrayItemView();79 DISALLOW_COPY_AND_ASSIGN(TrayItemView);
18 class TrayItemView; variable29 void SetTrayLabelItemBorder(TrayItemView* tray_view,
17 class TrayItemView; variable48 TrayItemView* tray_view_;
19 class TrayItemView; variable
45 void SetTrayLabelItemBorder(TrayItemView* tray_view, in SetTrayLabelItemBorder()
23 class TrayItemView; variable
40 tray_view_ = new TrayItemView(this); in CreateTrayView()
27 class TrayItemView; variable58 TrayItemView* tray_label_;
252 tray_label_ = new TrayItemView(this); in CreateTrayView()
37 TrayItemView* view = new TrayItemView(this); in CreateTrayView()
47 class NetworkTrayView : public TrayItemView,51 : TrayItemView(network_tray), in NetworkTrayView()
29 class ScreenTrayView : public TrayItemView {
25 : TrayItemView(screen_tray_item), in ScreenTrayView()
58 TrayItemView::DisableAnimationsForTest(); in SetUp()
183 views::View* view = new TrayItemView(this); in CreateTrayView()