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/
root_window_host_x11.cc 957 int num_coalesced = 0; local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 497 int num_coalesced = 0; local
509 return num_coalesced;
541 if (num_coalesced > 0)
546 ++num_coalesced;
556 if (num_coalesced > 0) {
559 UMA_HISTOGRAM_COUNTS_10000("Event.CoalescedCount.Mouse", num_coalesced);
562 return num_coalesced;
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 1113 int num_coalesced = 0; local
    [all...]

Completed in 55 milliseconds