Home
last modified time | relevance | path

Searched refs:TrayItemView (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_item_view.cc29 TrayItemView::TrayItemView(SystemTrayItem* owner) in TrayItemView() function in ash::internal::TrayItemView
39 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 …]
Dtray_item_view.h30 class ASH_EXPORT TrayItemView : public views::View,
33 explicit TrayItemView(SystemTrayItem* owner);
34 virtual ~TrayItemView();
79 DISALLOW_COPY_AND_ASSIGN(TrayItemView);
Dtray_utils.h18 class TrayItemView; variable
29 void SetTrayLabelItemBorder(TrayItemView* tray_view,
Dtray_image_item.h17 class TrayItemView; variable
48 TrayItemView* tray_view_;
Dspecial_popup_row.h19 class TrayItemView; variable
Dtray_utils.cc45 void SetTrayLabelItemBorder(TrayItemView* tray_view, in SetTrayLabelItemBorder()
Dsystem_tray_item.h23 class TrayItemView; variable
Dtray_image_item.cc40 tray_view_ = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/ime/
Dtray_ime.h27 class TrayItemView; variable
58 TrayItemView* tray_label_;
Dtray_ime.cc252 tray_label_ = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/monitor/
Dtray_monitor.cc37 TrayItemView* view = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/chromeos/network/
Dtray_network.cc47 class NetworkTrayView : public TrayItemView,
51 : TrayItemView(network_tray), in NetworkTrayView()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.h29 class ScreenTrayView : public TrayItemView {
Dscreen_tray_item.cc25 : TrayItemView(screen_tray_item), in ScreenTrayView()
Dscreen_tray_item_unittest.cc58 TrayItemView::DisableAnimationsForTest(); in SetUp()
/external/chromium_org/ash/system/date/
Dtray_date.cc183 views::View* view = new TrayItemView(this); in CreateTrayView()