Home
last modified time | relevance | path

Searched refs:ShowDetailedView (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_item.cc51 system_tray()->ShowDetailedView(this, 0, true, BUBBLE_USE_EXISTING); in TransitionDetailedView()
61 system_tray()->ShowDetailedView( in PopupDetailedView()
Dtray_details_view_unittest.cc115 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()
Dsystem_tray_unittest.cc241 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()
Dsystem_tray.h64 void ShowDetailedView(SystemTrayItem* item,
Dsystem_tray.cc253 void SystemTray::ShowDetailedView(SystemTrayItem* item, in ShowDetailedView() function in ash::SystemTray