OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Coalesce
(Results
1 - 10
of
10
) 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.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/content/port/browser/
event_with_latency_info.h
38
WebInputEventTraits::
Coalesce
(other.event, &event);
/external/chromium/chrome/browser/sync/sessions/
sync_session.h
102
void
Coalesce
(const SyncSession& session);
154
// This can change if this session is
Coalesce
()'d with another.
sync_session.cc
27
void SyncSession::
Coalesce
(const SyncSession& session) {
33
// When we
coalesce
sessions, the sync update source gets overwritten with the
sync_session_unittest.cc
266
TEST_F(SyncSessionTest,
Coalesce
) {
291
one.
Coalesce
(two);
/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/chrome/browser/sync/engine/
syncer_thread.cc
254
pending_nudge_->session->
Coalesce
(*(job.session.get()));
384
pending_nudge_->session->
Coalesce
(*(job.session.get()));
781
pending_nudge_->session->
Coalesce
(*(session.get()));
[
all
...]
/external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc
277
TEST_F(TouchEventQueueTest,
Coalesce
) {
[
all
...]
Completed in 149 milliseconds