Home | History | Annotate | Download | only in tray

Lines Matching refs:tray

5 #include "ash/system/tray/tray_details_view.h"
11 #include "ash/system/tray/system_tray.h"
12 #include "ash/system/tray/system_tray_item.h"
13 #include "ash/system/tray/tray_details_view.h"
14 #include "ash/system/tray/view_click_listener.h"
98 SystemTray* tray = GetSystemTray();
99 ASSERT_TRUE(tray->GetWidget());
103 tray->AddTrayItem(test_item_1);
104 tray->AddTrayItem(test_item_2);
106 // Ensure the tray views are created.
111 tray->ShowDefaultView(BUBBLE_CREATE_NEW);
115 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);
131 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);