TrayBackgroundView   96 ash/system/chromeos/session/logout_button_tray.cc     : TrayBackgroundView(status_area_widget),
TrayBackgroundView  112 ash/system/chromeos/session/logout_button_tray.cc   TrayBackgroundView::SetShelfAlignment(alignment);
TrayBackgroundView   26 ash/system/chromeos/session/logout_button_tray.h class ASH_EXPORT LogoutButtonTray : public TrayBackgroundView,
TrayBackgroundView   55 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc     : TrayBackgroundView(status_area_widget),
TrayBackgroundView   83 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc   TrayBackgroundView::SetShelfAlignment(alignment);
TrayBackgroundView   21 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h class VirtualKeyboardTray : public TrayBackgroundView,
TrayBackgroundView   33 ash/system/overview/overview_button_tray.cc     : TrayBackgroundView(status_area_widget), icon_(NULL) {
TrayBackgroundView   93 ash/system/overview/overview_button_tray.cc   TrayBackgroundView::SetShelfAlignment(alignment);
TrayBackgroundView   23 ash/system/overview/overview_button_tray.h class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
TrayBackgroundView   86 ash/system/tray/system_tray.cc   void InitView(TrayBackgroundView* tray,
TrayBackgroundView  129 ash/system/tray/system_tray.cc     : TrayBackgroundView(status_area_widget),
TrayBackgroundView  151 ash/system/tray/system_tray.cc   TrayBackgroundView::Initialize();
TrayBackgroundView  591 ash/system/tray/system_tray.cc   TrayBackgroundView::SetShelfAlignment(alignment);
TrayBackgroundView   36 ash/system/tray/system_tray.h class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayBackgroundView   55 ash/system/tray/tray_background_view.cc const char TrayBackgroundView::kViewClassName[] = "tray/TrayBackgroundView";
TrayBackgroundView   61 ash/system/tray/tray_background_view.cc   explicit TrayWidgetObserver(TrayBackgroundView* host)
TrayBackgroundView   76 ash/system/tray/tray_background_view.cc   TrayBackgroundView* host_;
TrayBackgroundView   92 ash/system/tray/tray_background_view.cc   explicit TrayBackground(TrayBackgroundView* tray_background_view) :
TrayBackgroundView  231 ash/system/tray/tray_background_view.cc   TrayBackgroundView* tray_background_view_;
TrayBackgroundView  242 ash/system/tray/tray_background_view.cc TrayBackgroundView::TrayContainer::TrayContainer(ShelfAlignment alignment)
TrayBackgroundView  247 ash/system/tray/tray_background_view.cc void TrayBackgroundView::TrayContainer::SetAlignment(ShelfAlignment alignment) {
TrayBackgroundView  254 ash/system/tray/tray_background_view.cc gfx::Size TrayBackgroundView::TrayContainer::GetPreferredSize() {
TrayBackgroundView  260 ash/system/tray/tray_background_view.cc void TrayBackgroundView::TrayContainer::ChildPreferredSizeChanged(
TrayBackgroundView  265 ash/system/tray/tray_background_view.cc void TrayBackgroundView::TrayContainer::ChildVisibilityChanged(View* child) {
TrayBackgroundView  269 ash/system/tray/tray_background_view.cc void TrayBackgroundView::TrayContainer::ViewHierarchyChanged(
TrayBackgroundView  275 ash/system/tray/tray_background_view.cc void TrayBackgroundView::TrayContainer::UpdateLayout() {
TrayBackgroundView  318 ash/system/tray/tray_background_view.cc TrayBackgroundView::TrayBackgroundView(StatusAreaWidget* status_area_widget)
TrayBackgroundView  344 ash/system/tray/tray_background_view.cc TrayBackgroundView::~TrayBackgroundView() {
TrayBackgroundView  349 ash/system/tray/tray_background_view.cc void TrayBackgroundView::Initialize() {
TrayBackgroundView  354 ash/system/tray/tray_background_view.cc const char* TrayBackgroundView::GetClassName() const {
TrayBackgroundView  358 ash/system/tray/tray_background_view.cc void TrayBackgroundView::OnMouseEntered(const ui::MouseEvent& event) {
TrayBackgroundView  367 ash/system/tray/tray_background_view.cc void TrayBackgroundView::OnMouseExited(const ui::MouseEvent& event) {
TrayBackgroundView  376 ash/system/tray/tray_background_view.cc void TrayBackgroundView::ChildPreferredSizeChanged(views::View* child) {
TrayBackgroundView  380 ash/system/tray/tray_background_view.cc void TrayBackgroundView::GetAccessibleState(ui::AXViewState* state) {
TrayBackgroundView  385 ash/system/tray/tray_background_view.cc void TrayBackgroundView::AboutToRequestFocusFromTabTraversal(bool reverse) {
TrayBackgroundView  392 ash/system/tray/tray_background_view.cc bool TrayBackgroundView::PerformAction(const ui::Event& event) {
TrayBackgroundView  396 ash/system/tray/tray_background_view.cc gfx::Rect TrayBackgroundView::GetFocusBounds() {
TrayBackgroundView  403 ash/system/tray/tray_background_view.cc void TrayBackgroundView::UpdateBackground(int alpha) {
TrayBackgroundView  413 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetContents(views::View* contents) {
TrayBackgroundView  418 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetPaintsBackground(
TrayBackgroundView  424 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetContentsBackground() {
TrayBackgroundView  429 ash/system/tray/tray_background_view.cc ShelfLayoutManager* TrayBackgroundView::GetShelfLayoutManager() {
TrayBackgroundView  433 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetShelfAlignment(ShelfAlignment alignment) {
TrayBackgroundView  439 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetTrayBorder() {
TrayBackgroundView  494 ash/system/tray/tray_background_view.cc void TrayBackgroundView::InitializeBubbleAnimations(
TrayBackgroundView  507 ash/system/tray/tray_background_view.cc aura::Window* TrayBackgroundView::GetBubbleWindowContainer() const {
TrayBackgroundView  513 ash/system/tray/tray_background_view.cc gfx::Rect TrayBackgroundView::GetBubbleAnchorRect(
TrayBackgroundView  586 ash/system/tray/tray_background_view.cc TrayBubbleView::AnchorAlignment TrayBackgroundView::GetAnchorAlignment() const {
TrayBackgroundView  601 ash/system/tray/tray_background_view.cc void TrayBackgroundView::SetDrawBackgroundAsActive(bool visible) {
TrayBackgroundView  616 ash/system/tray/tray_background_view.cc void TrayBackgroundView::UpdateBubbleViewArrow(
TrayBackgroundView   25 ash/system/tray/tray_background_view.h class ASH_EXPORT TrayBackgroundView : public ActionableView,
TrayBackgroundView   60 ash/system/tray/tray_background_view.h   explicit TrayBackgroundView(StatusAreaWidget* status_area_widget);
TrayBackgroundView   61 ash/system/tray/tray_background_view.h   virtual ~TrayBackgroundView();
TrayBackgroundView  181 ash/system/tray/tray_background_view.h   DISALLOW_COPY_AND_ASSIGN(TrayBackgroundView);
TrayBackgroundView   18 ash/system/tray/tray_bubble_wrapper.cc TrayBubbleWrapper::TrayBubbleWrapper(TrayBackgroundView* tray,
TrayBackgroundView   17 ash/system/tray/tray_bubble_wrapper.h class TrayBackgroundView;
TrayBackgroundView   24 ash/system/tray/tray_bubble_wrapper.h   TrayBubbleWrapper(TrayBackgroundView* tray,
TrayBackgroundView   33 ash/system/tray/tray_bubble_wrapper.h   const TrayBackgroundView* tray() const { return tray_; }
TrayBackgroundView   34 ash/system/tray/tray_bubble_wrapper.h   TrayBackgroundView* tray() { return tray_; }
TrayBackgroundView   39 ash/system/tray/tray_bubble_wrapper.h   TrayBackgroundView* tray_;
TrayBackgroundView   99 ash/system/tray/tray_event_filter.cc   std::set<TrayBackgroundView*> trays;
TrayBackgroundView  105 ash/system/tray/tray_event_filter.cc   for (std::set<TrayBackgroundView*>::iterator iter = trays.begin();
TrayBackgroundView  300 ash/system/web_notification/web_notification_tray.cc     : TrayBackgroundView(status_area_widget),
TrayBackgroundView  455 ash/system/web_notification/web_notification_tray.cc   TrayBackgroundView::SetShelfAlignment(alignment);
TrayBackgroundView   47 ash/system/web_notification/web_notification_tray.h     : public TrayBackgroundView,
TrayBackgroundView   88 chrome/browser/chromeos/ui/focus_ring_layer.cc   } else if (view->GetClassName() == ash::TrayBackgroundView::kViewClassName) {