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

  /external/chromium_org/ash/system/tray/
tray_item_view.cc 28 TrayItemView::TrayItemView(SystemTrayItem* owner)
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::GetAnimationDurationMS()
    [all...]
tray_utils.h 17 class TrayItemView;
28 void SetTrayLabelItemBorder(TrayItemView* tray_view,
tray_item_view.h 27 class ASH_EXPORT TrayItemView : public views::View,
30 explicit TrayItemView(SystemTrayItem* owner);
31 virtual ~TrayItemView();
76 DISALLOW_COPY_AND_ASSIGN(TrayItemView);
tray_image_item.h 15 class TrayItemView;
46 TrayItemView* tray_view_;
special_popup_row.h 17 class TrayItemView;
system_tray_item.h 20 class TrayItemView;
32 // NOTE: The returned view should almost always be a TrayItemView, which
35 // avoid this behavior, then it should not be a TrayItemView.
tray_utils.cc 42 void SetTrayLabelItemBorder(TrayItemView* tray_view,
tray_image_item.cc 39 tray_view_ = new TrayItemView(this);
  /external/chromium_org/ash/system/ime/
tray_ime.h 24 class TrayItemView;
49 TrayItemView* tray_label_;
tray_ime.cc 243 tray_label_ = new TrayItemView(this);
  /external/chromium_org/ash/system/tray/media_security/
multi_profile_media_tray_item.cc 22 class MultiProfileMediaTrayView : public TrayItemView,
26 : TrayItemView(system_tray_item) {
multi_profile_media_tray_item_unittest.cc 23 TrayItemView::DisableAnimationsForTest();
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.h 27 class ScreenTrayView : public TrayItemView {
screen_tray_item.cc 23 : TrayItemView(screen_tray_item),
screen_tray_item_unittest.cc 58 TrayItemView::DisableAnimationsForTest();
  /external/chromium_org/ash/system/date/
tray_date.cc 60 views::View* view = new TrayItemView(this);
  /external/chromium_org/ash/system/chromeos/multi_user/
user_switch_util_unittest.cc 31 TrayItemView::DisableAnimationsForTest();
  /external/chromium_org/ash/system/chromeos/network/
tray_network.cc 46 class NetworkTrayView : public TrayItemView,
50 : TrayItemView(network_tray),

Completed in 948 milliseconds