Searched defs:Coalesce (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.cc30 void Coalesce(const WebKeyboardEvent& event_to_coalesce, function in namespace:content::__anon7632
41 void Coalesce(const WebMouseEvent& event_to_coalesce, WebMouseEvent* event) { function in namespace:content::__anon7632
71 void Coalesce(const WebMouseWheelEvent& event_to_coalesce, function in namespace:content::__anon7632
131 void Coalesce(const WebTouchEvent& event_to_coalesce, WebTouchEvent* event) { function in namespace:content::__anon7632
168 void Coalesce(const WebGestureEvent& event_to_coalesce, function in namespace:content::__anon7632
234 Coalesce(static_cast<const EventType&>(event_to_coalesce),
339 void WebInputEventTraits::Coalesce(const WebInputEvent& event_to_coalesce, function in class:content::WebInputEventTraits
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) { function
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc378 // Coalesce list item "a" with its successor if they are adjacent.
379 static void Coalesce(AllocList *a) { function
408 Coalesce(f); // maybe coalesce with successor
409 Coalesce(prev[0]); // maybe coalesce with predecessor

Completed in 391 milliseconds