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

  /external/chromium/chrome/browser/sync/sessions/
sync_session.cc 27 void SyncSession::Coalesce(const SyncSession& session) {
33 // When we coalesce sessions, the sync update source gets overwritten with the
  /external/chromium_org/content/common/input/
web_input_event_traits.cc 24 void Coalesce(const WebKeyboardEvent& event_to_coalesce,
35 void Coalesce(const WebMouseEvent& event_to_coalesce, WebMouseEvent* event) {
65 void Coalesce(const WebMouseWheelEvent& event_to_coalesce,
98 void Coalesce(const WebTouchEvent& event_to_coalesce, WebTouchEvent* event) {
121 void Coalesce(const WebGestureEvent& event_to_coalesce,
175 Coalesce(static_cast<const EventType&>(event_to_coalesce),
280 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 109 milliseconds