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);
64 system_tray()->ShowDetailedView(
tray_details_view_unittest.cc 117 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);
133 tray->ShowDetailedView(test_item_2, 0, true, BUBBLE_USE_EXISTING);
system_tray_unittest.cc 220 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW);
240 tray->ShowDetailedView(no_view_item, 0, false, BUBBLE_USE_EXISTING);
296 tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW);
325 tray->ShowDetailedView(test_item, 0, true, BUBBLE_USE_EXISTING);
system_tray.h 70 void ShowDetailedView(SystemTrayItem* item,
system_tray.cc 270 void SystemTray::ShowDetailedView(SystemTrayItem* item,

Completed in 30 milliseconds