Home
last modified time | relevance | path

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

/external/chromium_org/content/common/input/
Dweb_input_event_traits.cc117 std::bitset<WebTouchEvent::touchesLengthCap> unmatched_event_touches( in CanCoalesce() local
124 if (!unmatched_event_touches[event_touch_index]) in CanCoalesce()
126 unmatched_event_touches[event_touch_index] = false; in CanCoalesce()
128 return unmatched_event_touches.none(); in CanCoalesce()