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

  /external/chromium_org/content/common/input/
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/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

Completed in 974 milliseconds