HomeSort by relevance Sort by last modified time
    Searched refs:ShowDetailedView (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray_item.cc 51 system_tray()->ShowDetailedView(this, 0, true, BUBBLE_USE_EXISTING);
61 system_tray()->ShowDetailedView(
tray_details_view_unittest.cc 115 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);
131 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);
system_tray.h 64 void ShowDetailedView(SystemTrayItem* item,
system_tray_unittest.cc 241 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW);
261 tray->ShowDetailedView(no_view_item, 0, false, BUBBLE_USE_EXISTING);
317 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW);
346 tray->ShowDetailedView(test_item, 0, true, BUBBLE_USE_EXISTING);
system_tray.cc 253 void SystemTray::ShowDetailedView(SystemTrayItem* item,

Completed in 73 milliseconds