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

  /external/chromium_org/ash/system/tray/
tray_bubble_wrapper.h 17 class TrayBackgroundView;
24 TrayBubbleWrapper(TrayBackgroundView* tray,
33 const TrayBackgroundView* tray() const { return tray_; }
34 TrayBackgroundView* tray() { return tray_; }
39 TrayBackgroundView* tray_;
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...]
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_event_filter.cc 99 std::set<TrayBackgroundView*> trays;
105 for (std::set<TrayBackgroundView*>::iterator iter = trays.begin();
tray_bubble_wrapper.cc 18 TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
system_tray.h 37 class ASH_EXPORT SystemTray : public TrayBackgroundView,
43 // Calls TrayBackgroundView::Initialize(), creates the tray items, and
125 // Overridden from TrayBackgroundView.
system_tray.cc 86 void InitView(TrayBackgroundView* tray,
127 : TrayBackgroundView(status_area_widget),
149 TrayBackgroundView::Initialize();
611 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/system/chromeos/virtual_keyboard/
virtual_keyboard_tray.h 21 class VirtualKeyboardTray : public TrayBackgroundView,
28 // TrayBackgroundView:
virtual_keyboard_tray.cc 26 : TrayBackgroundView(status_area_widget),
53 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/system/overview/
overview_button_tray.h 23 class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
40 // TrayBackgroundView:
overview_button_tray.cc 34 : TrayBackgroundView(status_area_widget), icon_(NULL) {
91 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 26 class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
33 // TrayBackgroundView:
logout_button_tray.cc 96 : TrayBackgroundView(status_area_widget),
112 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 47 : public TrayBackgroundView,
77 // Overridden from TrayBackgroundView.
web_notification_tray.cc 170 : TrayBackgroundView(status_area_widget),
324 TrayBackgroundView::SetShelfAlignment(alignment);
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 72 } else if (view->GetClassName() == ash::TrayBackgroundView::kViewClassName) {

Completed in 99 milliseconds