Home
last modified time | relevance | path

Searched refs:BUBBLE_CREATE_NEW (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_unittest.cc166 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
182 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
203 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
236 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
241 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW); in TEST_F()
247 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
260 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
312 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
317 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW); in TEST_F()
340 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
[all …]
Dsystem_tray_item.cc62 this, for_seconds, activate, BUBBLE_CREATE_NEW); in PopupDetailedView()
Dtray_details_view_unittest.cc111 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
Dsystem_tray.cc248 BUBBLE_CREATE_NEW, in ShowPersistentDefaultView()
262 !activate && close_delay > 0 && creation_type == BUBBLE_CREATE_NEW); in ShowDetailedView()
714 ShowDefaultViewWithOffset(BUBBLE_CREATE_NEW, arrow_offset, false); in PerformAction()
Dsystem_tray.h33 BUBBLE_CREATE_NEW, // Closes any existing bubble and creates a new one. enumerator
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item_unittest.cc205 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in TestSystemTrayInteraction()
214 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in TestSystemTrayInteraction()
/external/chromium_org/ash/system/tray/media_security/
Dmulti_profile_media_tray_item_unittest.cc32 system_tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc338 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
390 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
476 GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in TEST_F()
/external/chromium_org/ash/wm/gestures/
Dtray_gesture_handler.cc25 tray->ShowDefaultView(BUBBLE_CREATE_NEW); in TrayGestureHandler()
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc415 controller->GetSystemTray()->ShowDefaultView(BUBBLE_CREATE_NEW); in HandleShowSystemTrayBubble()