Searched defs:TrayItemView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_item_view.cc28 TrayItemView::TrayItemView(SystemTrayItem* owner) function in class:ash::TrayItemView
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
[all...]
H A Dtray_item_view.h27 class ASH_EXPORT TrayItemView : public views::View, class in namespace:ash
30 explicit TrayItemView(SystemTrayItem* owner);
31 virtual ~TrayItemView();
76 DISALLOW_COPY_AND_ASSIGN(TrayItemView);

Completed in 90 milliseconds