Searched refs:ShowDetailedView (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | system_tray_item.cc | 51 system_tray()->ShowDetailedView(this, 0, true, BUBBLE_USE_EXISTING); in TransitionDetailedView() 61 system_tray()->ShowDetailedView( in PopupDetailedView()
|
D | tray_details_view_unittest.cc | 115 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING); in TEST_F() 131 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING); in TEST_F()
|
D | system_tray_unittest.cc | 241 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW); in TEST_F() 261 tray->ShowDetailedView(no_view_item, 0, false, BUBBLE_USE_EXISTING); in TEST_F() 317 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW); in TEST_F() 346 tray->ShowDetailedView(test_item, 0, true, BUBBLE_USE_EXISTING); in TEST_F()
|
D | system_tray.h | 64 void ShowDetailedView(SystemTrayItem* item,
|
D | system_tray.cc | 253 void SystemTray::ShowDetailedView(SystemTrayItem* item, in ShowDetailedView() function in ash::SystemTray
|