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

  /external/chromium_org/ash/system/chromeos/
tray_display_unittest.cc 176 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
180 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
194 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
209 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
216 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
227 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
244 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
257 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
270 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
284 tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
    [all...]
  /external/chromium_org/ash/system/tray/
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_item.cc 51 system_tray()->ShowDetailedView(this, 0, true, BUBBLE_USE_EXISTING);
system_tray.h 33 BUBBLE_USE_EXISTING, // Uses any existing bubble, or creates a new one.
tray_details_view.cc 124 owner->system_tray()->ShowDefaultView(BUBBLE_USE_EXISTING);
system_tray_unittest.cc 261 tray->ShowDetailedView(no_view_item, 0, false, BUBBLE_USE_EXISTING);
346 tray->ShowDetailedView(test_item, 0, true, BUBBLE_USE_EXISTING);
355 tray->ShowDefaultView(BUBBLE_USE_EXISTING);
system_tray.cc 431 if (creation_type != BUBBLE_USE_EXISTING) {
458 if (system_bubble_.get() && creation_type == BUBBLE_USE_EXISTING) {
467 // full tray menu. Note that in case of the |BUBBLE_USE_EXISTING| case

Completed in 2929 milliseconds