Home
last modified time | relevance | path

Searched refs:TrayBackgroundView (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_background_view.cc64 const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
68 class TrayBackgroundView::TrayWidgetObserver : public views::WidgetObserver {
70 explicit TrayWidgetObserver(TrayBackgroundView* host) in TrayWidgetObserver()
85 TrayBackgroundView* host_;
101 explicit TrayBackground(TrayBackgroundView* tray_background_view) : in TrayBackground()
224 TrayBackgroundView* tray_background_view_;
235 TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment) in TrayContainer()
240 void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) { in SetAlignment()
247 gfx::Size TrayBackgroundView::TrayContainer::GetPreferredSize() const { in GetPreferredSize()
253 void TrayBackgroundView::TrayContainer::ChildPreferredSizeChanged( in ChildPreferredSizeChanged()
[all …]
Dtray_bubble_wrapper.h17 class TrayBackgroundView; variable
24 TrayBubbleWrapper(TrayBackgroundView* tray,
33 const TrayBackgroundView* tray() const { return tray_; } in tray()
34 TrayBackgroundView* tray() { return tray_; } in tray()
39 TrayBackgroundView* tray_;
Dtray_background_view.h26 class ASH_EXPORT TrayBackgroundView : public ActionableView,
62 explicit TrayBackgroundView(StatusAreaWidget* status_area_widget);
63 virtual ~TrayBackgroundView();
196 DISALLOW_COPY_AND_ASSIGN(TrayBackgroundView);
Dtray_event_filter.cc99 std::set<TrayBackgroundView*> trays; in ProcessLocatedEvent()
105 for (std::set<TrayBackgroundView*>::iterator iter = trays.begin(); in ProcessLocatedEvent()
Dtray_bubble_wrapper.cc18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray, in TrayBubbleWrapper()
Dsystem_tray.cc86 void InitView(TrayBackgroundView* tray, in InitView()
127 : TrayBackgroundView(status_area_widget), in SystemTray()
149 TrayBackgroundView::Initialize(); in InitializeTrayItems()
611 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
Dsystem_tray.h37 class ASH_EXPORT SystemTray : public TrayBackgroundView,
/external/chromium_org/ash/system/overview/
Doverview_button_tray.cc34 : TrayBackgroundView(status_area_widget), icon_(NULL) { in OverviewButtonTray()
91 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
Doverview_button_tray.h23 class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
/external/chromium_org/ash/system/chromeos/virtual_keyboard/
Dvirtual_keyboard_tray.cc26 : TrayBackgroundView(status_area_widget), in VirtualKeyboardTray()
53 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
Dvirtual_keyboard_tray.h21 class VirtualKeyboardTray : public TrayBackgroundView,
/external/chromium_org/ash/system/chromeos/session/
Dlogout_button_tray.cc96 : TrayBackgroundView(status_area_widget), in LogoutButtonTray()
112 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
Dlogout_button_tray.h26 class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.cc170 : TrayBackgroundView(status_area_widget), in WebNotificationTray()
324 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
Dweb_notification_tray.h47 : public TrayBackgroundView,
/external/chromium_org/chrome/browser/chromeos/ui/
Dfocus_ring_controller.cc72 } else if (view->GetClassName() == ash::TrayBackgroundView::kViewClassName) { in UpdateFocusRing()