Searched refs:TrayBackgroundView (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_bubble_wrapper.h19 class TrayBackgroundView;
26 TrayBubbleWrapper(TrayBackgroundView* tray,
35 const TrayBackgroundView* tray() const { return tray_; }
36 TrayBackgroundView* tray() { return tray_; }
41 TrayBackgroundView* tray_;
H A Dtray_background_view.cc56 const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
60 class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
62 explicit TrayWidgetObserver(TrayBackgroundView* host)
77 TrayBackgroundView* host_;
93 explicit TrayBackground(TrayBackgroundView* tray_background_view) :
231 // Reference to the TrayBackgroundView for which this is a background.
232 TrayBackgroundView* tray_background_view_;
243 TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment)
248 void TrayBackgroundView
321 TrayBackgroundView::TrayBackgroundView( function in class:ash::internal::TrayBackgroundView
[all...]
H A Dtray_background_view.h27 class ASH_EXPORT TrayBackgroundView : public ActionableView, class in namespace:ash::internal
62 explicit TrayBackgroundView(internal::StatusAreaWidget* status_area_widget);
63 virtual ~TrayBackgroundView();
183 DISALLOW_COPY_AND_ASSIGN(TrayBackgroundView);
H A Dtray_event_filter.cc99 std::set<TrayBackgroundView*> trays;
105 for (std::set<TrayBackgroundView*>::iterator iter = trays.begin();
H A Dtray_bubble_wrapper.cc19 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
H A Dsystem_tray.cc87 void InitView(TrayBackgroundView* tray,
134 : internal::TrayBackgroundView(status_area_widget),
156 internal::TrayBackgroundView::Initialize();
607 internal::TrayBackgroundView::SetShelfAlignment(alignment);
H A Dsystem_tray.h40 class ASH_EXPORT SystemTray : public internal::TrayBackgroundView,
46 // Calls TrayBackgroundView::Initialize(), creates the tray items, and
131 // Overridden from TrayBackgroundView.
/external/chromium_org/ash/system/logout_button/
H A Dlogout_button_tray.h26 class LogoutButtonTray : public TrayBackgroundView,
33 // TrayBackgroundView:
H A Dlogout_button_tray.cc98 : TrayBackgroundView(status_area_widget),
114 TrayBackgroundView::SetShelfAlignment(alignment);
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.h49 : public internal::TrayBackgroundView,
80 // Overridden from TrayBackgroundView.
H A Dweb_notification_tray.cc304 : TrayBackgroundView(status_area_widget),
460 internal::TrayBackgroundView::SetShelfAlignment(alignment);
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dfocus_ring_layer.cc90 ash::internal::TrayBackgroundView::kViewClassName) {

Completed in 131 milliseconds