OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatching_touch_ack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_event_queue.cc
237
dispatching_touch_ack_
(NULL),
253
if (touch_queue_.empty() && !
dispatching_touch_ack_
) {
273
DCHECK(!
dispatching_touch_ack_
);
293
DCHECK(!
dispatching_touch_ack_
);
333
if (no_touch_to_renderer_ || !
dispatching_touch_ack_
)
344
// Note: |
dispatching_touch_ack_
| is non-null when we reach here, meaning we
350
dispatching_touch_ack_
->coalesced_event()), true));
358
DCHECK(!
dispatching_touch_ack_
);
365
DCHECK(!
dispatching_touch_ack_
);
404
DCHECK(!
dispatching_touch_ack_
);
[
all
...]
touch_event_queue.h
121
// If not NULL, |
dispatching_touch_ack_
| is the touch event of which the ack
123
CoalescedWebTouchEvent*
dispatching_touch_ack_
;
member in class:content::TouchEventQueue
Completed in 683 milliseconds