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

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 162 touch_event_(),
512 if (touch_event_.touchPointsLength <
514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++];
517 if (touch_event_.touchPointsLength == 1) {
538 for (int i = 0; i < touch_event_.touchPointsLength; ++i) {
539 point = touch_event_.touchPoints + i;
571 for (int i = 0; i < touch_event_.touchPointsLength; ++i) {
572 WebKit::WebTouchPoint* iter = touch_event_.touchPoints + i;
579 touch_event_.type = TouchEventTypeFromEvent(&event)
    [all...]
render_widget_host_view_views.h 203 WebKit::WebTouchEvent touch_event_; member in class:RenderWidgetHostViewViews

Completed in 1047 milliseconds