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:__anon1987
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::__anon2020
55 TestItem() : SystemTrayItem(GetSystemTray()), tray_view_(NULL) {}
98 SystemTray* tray = GetSystemTray();
H A Dsystem_tray_unittest.cc41 SystemTray* GetSystemTray() { function in namespace:ash::test::__anon2016
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.cc60 SystemTray* GetSystemTray() { function in namespace:ash::__anon2033
67 TestItem() : SystemTrayItem(GetSystemTray()) {}
318 GetSystemTray()->AddTrayItem(test_item);
326 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
333 GetSystemTray()->ShowNotificationView(test_item);
342 GetSystemTray()->ClickedOutsideBubble();
351 GetSystemTray()->HideNotificationView(test_item);
381 GetSystemTray()->AddTrayItem(test_item);
382 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
391 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::__anon1952
65 return Shell::GetPrimaryRootWindowController()->GetSystemTray();
258 : SystemTrayItem(GetSystemTray()),
1445 EXPECT_EQ(SHELF_ALIGNMENT_LEFT, GetSystemTray()->shelf_alignment());
1474 EXPECT_EQ(SHELF_ALIGNMENT_RIGHT, GetSystemTray()->shelf_alignment());
1503 EXPECT_EQ(SHELF_ALIGNMENT_TOP, GetSystemTray()->shelf_alignment());
1772 SystemTray* tray = GetSystemTray();
1825 EXPECT_TRUE(GetSystemTray()->HasSystemBubble());
1906 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.cc612 SystemTray* RootWindowController::GetSystemTray() { function in class:ash::RootWindowController
H A Dshell.cc562 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.cc415 if (!controller->GetSystemTray()->HasSystemBubble()) {
416 controller->GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
/external/chromium_org/ash/system/chromeos/
H A Dtray_display_unittest.cc112 tray_ = Shell::GetPrimaryRootWindowController()->GetSystemTray();

Completed in 402 milliseconds