HomeSort by relevance Sort by last modified time
    Searched refs:TrayItemView (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ash/system/tray/
tray_item_view.cc 29 TrayItemView::TrayItemView(SystemTrayItem* owner)
39 TrayItemView::~TrayItemView() {}
42 void TrayItemView::DisableAnimationsForTest() {
46 void TrayItemView::CreateLabel() {
51 void TrayItemView::CreateImageView() {
56 void TrayItemView::SetVisible(bool set_visible) {
79 gfx::Size TrayItemView::DesiredSize() {
83 int TrayItemView::GetAnimationDurationMS()
    [all...]
tray_utils.h 18 class TrayItemView;
29 void SetTrayLabelItemBorder(TrayItemView* tray_view,
tray_item_view.h 30 class ASH_EXPORT TrayItemView : public views::View,
33 explicit TrayItemView(SystemTrayItem* owner);
34 virtual ~TrayItemView();
79 DISALLOW_COPY_AND_ASSIGN(TrayItemView);
tray_image_item.h 17 class TrayItemView;
48 TrayItemView* tray_view_;
special_popup_row.h 19 class TrayItemView;
system_tray_item.h 23 class TrayItemView;
36 // NOTE: The returned view should almost always be a TrayItemView, which
39 // avoid this behavior, then it should not be a TrayItemView.
tray_utils.cc 45 void SetTrayLabelItemBorder(TrayItemView* tray_view,
tray_image_item.cc 40 tray_view_ = new TrayItemView(this);
  /external/chromium_org/ash/system/ime/
tray_ime.h 27 class TrayItemView;
58 TrayItemView* tray_label_;
tray_ime.cc 252 tray_label_ = new TrayItemView(this);
  /external/chromium_org/ash/system/monitor/
tray_monitor.cc 37 TrayItemView* view = new TrayItemView(this);
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 29 class ScreenTrayView : public TrayItemView {
screen_tray_item.cc 25 : TrayItemView(screen_tray_item),
screen_tray_item_unittest.cc 58 TrayItemView::DisableAnimationsForTest();
  /external/chromium_org/ash/system/date/
tray_date.cc 183 views::View* view = new TrayItemView(this);
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 47 class NetworkTrayView : public TrayItemView,
51 : TrayItemView(network_tray),

Completed in 1161 milliseconds