Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/tray/
Dtray_item_view.cc28 TrayItemView::TrayItemView(SystemTrayItem* owner) in TrayItemView() function in ash::TrayItemView
38 TrayItemView::~TrayItemView() {} in ~TrayItemView()
41 void TrayItemView::DisableAnimationsForTest() { in DisableAnimationsForTest()
45 void TrayItemView::CreateLabel() { in CreateLabel()
50 void TrayItemView::CreateImageView() { in CreateImageView()
55 void TrayItemView::SetVisible(bool set_visible) { in SetVisible()
78 gfx::Size TrayItemView::DesiredSize() const { in DesiredSize()
82 int TrayItemView::GetAnimationDurationMS() { in GetAnimationDurationMS()
86 gfx::Size TrayItemView::GetPreferredSize() const { in GetPreferredSize()
106 int TrayItemView::GetHeightForWidth(int width) const { in GetHeightForWidth()
[all …]
Dtray_item_view.h27 class ASH_EXPORT TrayItemView : public views::View,
30 explicit TrayItemView(SystemTrayItem* owner);
31 virtual ~TrayItemView();
76 DISALLOW_COPY_AND_ASSIGN(TrayItemView);
Dtray_utils.h17 class TrayItemView; variable
28 void SetTrayLabelItemBorder(TrayItemView* tray_view,
Dtray_image_item.h15 class TrayItemView; variable
46 TrayItemView* tray_view_;
Dspecial_popup_row.h17 class TrayItemView; variable
Dsystem_tray_item.h20 class TrayItemView; variable
Dtray_utils.cc42 void SetTrayLabelItemBorder(TrayItemView* tray_view, in SetTrayLabelItemBorder()
Dtray_image_item.cc39 tray_view_ = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/ime/
Dtray_ime.h24 class TrayItemView; variable
49 TrayItemView* tray_label_;
Dtray_ime.cc243 tray_label_ = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/tray/media_security/
Dmulti_profile_media_tray_item.cc22 class MultiProfileMediaTrayView : public TrayItemView,
26 : TrayItemView(system_tray_item) { in MultiProfileMediaTrayView()
Dmulti_profile_media_tray_item_unittest.cc23 TrayItemView::DisableAnimationsForTest(); in TEST_F()
/external/chromium_org/ash/system/chromeos/network/
Dtray_network.cc46 class NetworkTrayView : public TrayItemView,
50 : TrayItemView(network_tray), in NetworkTrayView()
/external/chromium_org/ash/system/date/
Dtray_date.cc60 views::View* view = new TrayItemView(this); in CreateTrayView()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.h27 class ScreenTrayView : public TrayItemView {
Dscreen_tray_item.cc23 : TrayItemView(screen_tray_item), in ScreenTrayView()
Dscreen_tray_item_unittest.cc58 TrayItemView::DisableAnimationsForTest(); in SetUp()
/external/chromium_org/ash/system/chromeos/multi_user/
Duser_switch_util_unittest.cc31 TrayItemView::DisableAnimationsForTest(); in SetUp()