HomeSort by relevance Sort by last modified time
    Searched refs:Coalesce (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/common/input/
web_input_event_traits.h 23 static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
web_input_event_traits_unittest.cc 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
    [all...]
web_input_event_traits.cc 30 void Coalesce(const WebKeyboardEvent& event_to_coalesce,
41 void Coalesce(const WebMouseEvent& event_to_coalesce, WebMouseEvent* event) {
71 void Coalesce(const WebMouseWheelEvent& event_to_coalesce,
131 void Coalesce(const WebTouchEvent& event_to_coalesce, WebTouchEvent* event) {
168 void Coalesce(const WebGestureEvent& event_to_coalesce,
234 Coalesce(static_cast<const EventType&>(event_to_coalesce),
339 void WebInputEventTraits::Coalesce(const WebInputEvent& event_to_coalesce,
  /external/chromium_org/content/browser/renderer_host/
event_with_latency_info.h 38 WebInputEventTraits::Coalesce(other.event, &event);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) {
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.cc 378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) {
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc 401 TEST_F(TouchEventQueueTest, Coalesce) {
    [all...]

Completed in 176 milliseconds