OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanCoalesce
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/input/
web_input_event_traits.cc
19
bool
CanCoalesce
(const WebKeyboardEvent& event_to_coalesce,
26
DCHECK(
CanCoalesce
(event_to_coalesce, *event));
29
bool
CanCoalesce
(const WebMouseEvent& event_to_coalesce,
36
DCHECK(
CanCoalesce
(event_to_coalesce, *event));
45
bool
CanCoalesce
(const WebMouseWheelEvent& event_to_coalesce,
67
DCHECK(
CanCoalesce
(event_to_coalesce, *event));
90
bool
CanCoalesce
(const WebTouchEvent& event_to_coalesce,
99
DCHECK(
CanCoalesce
(event_to_coalesce, *event));
114
bool
CanCoalesce
(const WebGestureEvent& event_to_coalesce,
123
DCHECK(
CanCoalesce
(event_to_coalesce, *event))
[
all
...]
web_input_event_traits.h
21
static bool
CanCoalesce
(const blink::WebInputEvent& event_to_coalesce,
/external/chromium_org/content/port/browser/
event_with_latency_info.h
34
return WebInputEventTraits::
CanCoalesce
(other.event, event);
Completed in 163 milliseconds