OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_coalesced
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/x/
x11_util.cc
443
int
num_coalesced
= 0;
local
455
return
num_coalesced
;
488
if (
num_coalesced
> 0)
493
++
num_coalesced
;
502
if (event_type == XI_Motion &&
num_coalesced
> 0) {
505
UMA_HISTOGRAM_COUNTS_10000("Event.CoalescedCount.Mouse",
num_coalesced
);
508
return
num_coalesced
;
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc
1302
int
num_coalesced
= 0;
local
[
all
...]
/external/chromium_org/ui/aura/
root_window_host_x11.cc
853
int
num_coalesced
= 0;
local
915
num_coalesced
= ui::CoalescePendingMotionEvents(xev, &last_event);
916
if (
num_coalesced
> 0)
[
all
...]
Completed in 891 milliseconds