Searched refs:TrayBackgroundView (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 64 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 …]
|
D | tray_bubble_wrapper.h | 17 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_;
|
D | 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);
|
D | tray_event_filter.cc | 99 std::set<TrayBackgroundView*> trays; in ProcessLocatedEvent() 105 for (std::set<TrayBackgroundView*>::iterator iter = trays.begin(); in ProcessLocatedEvent()
|
D | tray_bubble_wrapper.cc | 18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray, in TrayBubbleWrapper()
|
D | system_tray.cc | 86 void InitView(TrayBackgroundView* tray, in InitView() 127 : TrayBackgroundView(status_area_widget), in SystemTray() 149 TrayBackgroundView::Initialize(); in InitializeTrayItems() 611 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
|
D | system_tray.h | 37 class ASH_EXPORT SystemTray : public TrayBackgroundView,
|
/external/chromium_org/ash/system/overview/ |
D | overview_button_tray.cc | 34 : TrayBackgroundView(status_area_widget), icon_(NULL) { in OverviewButtonTray() 91 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
|
D | overview_button_tray.h | 23 class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
/external/chromium_org/ash/system/chromeos/virtual_keyboard/ |
D | virtual_keyboard_tray.cc | 26 : TrayBackgroundView(status_area_widget), in VirtualKeyboardTray() 53 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
|
D | virtual_keyboard_tray.h | 21 class VirtualKeyboardTray : public TrayBackgroundView,
|
/external/chromium_org/ash/system/chromeos/session/ |
D | logout_button_tray.cc | 96 : TrayBackgroundView(status_area_widget), in LogoutButtonTray() 112 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
|
D | logout_button_tray.h | 26 class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 170 : TrayBackgroundView(status_area_widget), in WebNotificationTray() 324 TrayBackgroundView::SetShelfAlignment(alignment); in SetShelfAlignment()
|
D | web_notification_tray.h | 47 : public TrayBackgroundView,
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | focus_ring_controller.cc | 72 } else if (view->GetClassName() == ash::TrayBackgroundView::kViewClassName) { in UpdateFocusRing()
|