Home
last modified time | relevance | path

Searched refs:EventWithLatencyInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Devent_with_latency_info.h22 class EventWithLatencyInfo {
27 EventWithLatencyInfo(const T& e, const ui::LatencyInfo& l) in EventWithLatencyInfo() function
30 EventWithLatencyInfo() {} in EventWithLatencyInfo() function
32 bool CanCoalesceWith(const EventWithLatencyInfo& other) in CanCoalesceWith()
37 void CoalesceWith(const EventWithLatencyInfo& other) { in CoalesceWith()
48 typedef EventWithLatencyInfo<blink::WebGestureEvent>
50 typedef EventWithLatencyInfo<blink::WebMouseWheelEvent>
52 typedef EventWithLatencyInfo<blink::WebMouseEvent>
54 typedef EventWithLatencyInfo<blink::WebTouchEvent>