Home | History | Annotate | Download | only in input

Lines Matching full:coalesce

57   // Non touch-moves won't coalesce.
60 // Touches of different types won't coalesce.
63 // Touch moves with idential touch lengths and touch ids should coalesce.
66 // Touch moves with different touch ids should not coalesce.
77 // Touch moves with different touch lengths should not coalesce.
82 // Touch moves with identical touch ids in different orders should coalesce.
91 // Pointers with the same ID's should coalesce.
96 WebInputEventTraits::Coalesce(touch0, &touch1);
108 WebInputEventTraits::Coalesce(touch0, &touch1);
121 // Only GesturePinchUpdate's coalesce.
124 // Pinch gestures of different types should not coalesce.
127 // Pinches with different focal points should not coalesce.
139 WebInputEventTraits::Coalesce(pinch0, &pinch1);
149 WebInputEventTraits::Coalesce(pinch0, &pinch1);
158 WebInputEventTraits::Coalesce(pinch0, &pinch1);