Searched refs:GetSystemTray (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dsticky_keys_browsertest.cc36 ash::SystemTray* GetSystemTray() { function in class:chromeos::StickyKeysBrowserTest
64 EXPECT_TRUE(GetSystemTray()->HasSystemBubble());
67 GetSystemTray()->CloseSystemBubble();
68 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
72 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
79 EXPECT_FALSE(GetSystemTray()->HasSystemBubble());
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item_unittest.cc27 SystemTray* GetSystemTray() { function in namespace:ash
90 ScreenTrayItem* tray_item = new ScreenCaptureTrayItem(GetSystemTray());
91 GetSystemTray()->AddTrayItem(tray_item);
107 ScreenTrayItem* tray_item = new ScreenShareTrayItem(GetSystemTray());
108 GetSystemTray()->AddTrayItem(tray_item);
197 GetSystemTray()->GetTrayItems();
205 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
207 GetSystemTray()->CloseSystemBubble();
214 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier_unittest.cc24 ash::SystemTray* GetSystemTray() { function in namespace:__anon1969
95 EXPECT_FALSE(GetSystemTray()->HasNotificationBubble());
/external/chromium_org/ash/system/tray/
H A Dtray_details_view_unittest.cc27 SystemTray* GetSystemTray() { function in namespace:ash::test::__anon2001
55 TestItem() : SystemTrayItem(GetSystemTray()), tray_view_(NULL) {}
98 SystemTray* tray = GetSystemTray();
H A Dsystem_tray_unittest.cc41 SystemTray* GetSystemTray() { function in namespace:ash::test::__anon1997
49 TestItem() : SystemTrayItem(GetSystemTray()), tray_view_(NULL) {}
116 TestNoViewItem() : SystemTrayItem(GetSystemTray()) {}
163 SystemTray* tray = GetSystemTray();
176 SystemTray* tray = GetSystemTray();
194 SystemTray* tray = GetSystemTray();
216 SystemTray* tray = GetSystemTray();
254 SystemTray* tray = GetSystemTray();
266 SystemTray* tray = GetSystemTray();
295 SystemTray* tray = GetSystemTray();
[all...]
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray_unittest.cc66 SystemTray* GetSystemTray() { function in namespace:ash::__anon2015
73 TestItem() : SystemTrayItem(GetSystemTray()) {}
330 GetSystemTray()->AddTrayItem(test_item);
338 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
345 GetSystemTray()->ShowNotificationView(test_item);
352 GetSystemTray()->ClickedOutsideBubble();
359 GetSystemTray()->HideNotificationView(test_item);
389 GetSystemTray()->AddTrayItem(test_item);
390 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
398 GetSystemTray()
[all...]
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc43 GetSystemTray()->InitializeBubbleAnimations(bubble_->GetWidget());
H A Dshelf_layout_manager_unittest.cc64 SystemTray* GetSystemTray() { function in namespace:ash::__anon1936
65 return Shell::GetPrimaryRootWindowController()->GetSystemTray();
258 : SystemTrayItem(GetSystemTray()),
1453 EXPECT_EQ(SHELF_ALIGNMENT_LEFT, GetSystemTray()->shelf_alignment());
1482 EXPECT_EQ(SHELF_ALIGNMENT_RIGHT, GetSystemTray()->shelf_alignment());
1511 EXPECT_EQ(SHELF_ALIGNMENT_TOP, GetSystemTray()->shelf_alignment());
1747 SystemTray* tray = GetSystemTray();
1800 EXPECT_TRUE(GetSystemTray()->HasSystemBubble());
1881 SystemTray* tray = GetSystemTray();
/external/chromium_org/ash/system/chromeos/session/
H A Dtray_session_length_limit_unittest.cc28 Shell::GetPrimaryRootWindowController()->GetSystemTray();
/external/chromium_org/ash/
H A Droot_window_controller.h169 SystemTray* GetSystemTray();
H A Droot_window_controller.cc561 SystemTray* RootWindowController::GetSystemTray() { function in class:ash::RootWindowController
H A Dshell.cc578 return GetPrimaryRootWindowController()->GetSystemTray();
/external/chromium_org/ash/system/user/
H A Dtray_user_unittest.cc77 tray_ = Shell::GetPrimaryRootWindowController()->GetSystemTray();
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc414 if (!controller->GetSystemTray()->HasSystemBubble()) {
415 controller->GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc113 tray_ = Shell::GetPrimaryRootWindowController()->GetSystemTray();

Completed in 741 milliseconds