HomeSort by relevance Sort by last modified time
    Searched defs:TrayBackgroundView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
tray_background_view.h 26 class ASH_EXPORT TrayBackgroundView : public ActionableView,
62 explicit TrayBackgroundView(StatusAreaWidget* status_area_widget);
63 virtual ~TrayBackgroundView();
196 DISALLOW_COPY_AND_ASSIGN(TrayBackgroundView);
tray_background_view.cc 54 // TrayBackgroundView.
64 const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
68 class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
70 explicit TrayWidgetObserver(TrayBackgroundView* host)
85 TrayBackgroundView* host_;
101 explicit TrayBackground(TrayBackgroundView* tray_background_view) :
223 // Reference to the TrayBackgroundView for which this is a background.
224 TrayBackgroundView* tray_background_view_;
235 TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment
    [all...]

Completed in 60 milliseconds