HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseTouchPoint (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 166 void ReleaseTouchPoint() {
271 ReleaseTouchPoint();
291 ReleaseTouchPoint();
316 ReleaseTouchPoint();
336 ReleaseTouchPoint();
365 ReleaseTouchPoint();
370 ReleaseTouchPoint();
398 ReleaseTouchPoint();
423 ReleaseTouchPoint();
429 ReleaseTouchPoint();
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc 159 void ReleaseTouchPoint(int index) {
305 ReleaseTouchPoint(kPointerCount - 1 - i);
364 ReleaseTouchPoint(1);
372 ReleaseTouchPoint(0);
404 ReleaseTouchPoint(0);
459 ReleaseTouchPoint(0);
510 ReleaseTouchPoint(0);
642 ReleaseTouchPoint(0);
656 ReleaseTouchPoint(0);
765 ReleaseTouchPoint(0)
    [all...]
synthetic_smooth_scroll_gesture.h 62 void ReleaseTouchPoint(SyntheticGestureTarget* target,
synthetic_smooth_scroll_gesture.cc 92 ReleaseTouchPoint(target, event_timestamp);
102 ReleaseTouchPoint(target, event_timestamp);
204 void SyntheticSmoothScrollGesture::ReleaseTouchPoint(
input_router_impl_unittest.cc 262 void ReleaseTouchPoint(int index) {
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 105 void ReleaseTouchPoint(unsigned index);
event_sender.cc 365 void ReleaseTouchPoint(unsigned index);
491 .SetMethod("releaseTouchPoint", &EventSenderBindings::ReleaseTouchPoint)
652 void EventSenderBindings::ReleaseTouchPoint(unsigned index) {
654 sender_->ReleaseTouchPoint(index);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 598 void ReleaseTouchPoint(int index) {
    [all...]
render_widget_host_view_aura_unittest.cc 580 void ReleaseTouchPoint(int index) {
    [all...]

Completed in 520 milliseconds