HomeSort by relevance Sort by last modified time
    Searched defs:GetSystemTray (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 22 ash::SystemTray* GetSystemTray() {
94 EXPECT_FALSE(GetSystemTray()->HasNotificationBubble());
98 EXPECT_TRUE(GetSystemTray()->CloseNotificationBubbleForTest());
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item_unittest.cc 27 SystemTray* GetSystemTray() {
89 ScreenTrayItem* tray_item = new ScreenCaptureTrayItem(GetSystemTray());
90 GetSystemTray()->AddTrayItem(tray_item);
106 ScreenTrayItem* tray_item = new ScreenShareTrayItem(GetSystemTray());
107 GetSystemTray()->AddTrayItem(tray_item);
195 GetSystemTray()->GetTrayItems();
203 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
205 GetSystemTray()->CloseSystemBubble();
212 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 32 SystemTray* GetSystemTray() {
40 TestItem() : SystemTrayItem(GetSystemTray()), tray_view_(NULL) {}
106 TestNoViewItem() : SystemTrayItem(GetSystemTray()) {}
139 SystemTray* tray = GetSystemTray();
151 SystemTray* tray = GetSystemTray();
189 SystemTray* tray = GetSystemTray();
201 SystemTray* tray = GetSystemTray();
230 SystemTray* tray = GetSystemTray();
265 SystemTray* tray = GetSystemTray();
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 61 SystemTray* GetSystemTray() {
69 TestItem() : SystemTrayItem(GetSystemTray()) {}
303 GetSystemTray()->AddTrayItem(test_item);
311 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
318 GetSystemTray()->ShowNotificationView(test_item);
327 GetSystemTray()->ClickedOutsideBubble();
336 GetSystemTray()->HideNotificationView(test_item);
349 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
362 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW);
  /external/chromium_org/ash/
root_window_controller.cc 456 SystemTray* RootWindowController::GetSystemTray() {
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 69 SystemTray* GetSystemTray() {
70 return Shell::GetPrimaryRootWindowController()->GetSystemTray();
203 : SystemTrayItem(GetSystemTray()),
    [all...]

Completed in 178 milliseconds