HomeSort by relevance Sort by last modified time
    Searched defs:TrayItemView (Results 1 - 2 of 2) 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_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);

Completed in 446 milliseconds