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

  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 641 int num_coalesced = 0; local
647 num_coalesced = ui::CoalescePendingMotionEvents(xev, &last_event);
648 if (num_coalesced > 0)
703 if (num_coalesced > 0)
  /external/chromium_org/ui/base/x/
x11_util.cc 429 int num_coalesced = 0; local
441 return num_coalesced;
474 if (num_coalesced > 0)
479 ++num_coalesced;
488 if (event_type == XI_Motion && num_coalesced > 0) {
491 UMA_HISTOGRAM_COUNTS_10000("Event.CoalescedCount.Mouse", num_coalesced);
494 return num_coalesced;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 1761 int num_coalesced = 0; local
    [all...]

Completed in 1406 milliseconds