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,
61 explicit TrayBackgroundView(internal::StatusAreaWidget* status_area_widget);
62 virtual ~TrayBackgroundView();
173 DISALLOW_COPY_AND_ASSIGN(TrayBackgroundView);
tray_background_view.cc 57 const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
61 class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
63 explicit TrayWidgetObserver(TrayBackgroundView* host)
78 TrayBackgroundView* host_;
94 explicit TrayBackground(TrayBackgroundView* tray_background_view) :
232 // Reference to the TrayBackgroundView for which this is a background.
233 TrayBackgroundView* tray_background_view_;
244 TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment)
249 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment)
    [all...]

Completed in 100 milliseconds