Home | History | Annotate | Download | only in page

Lines Matching defs:touches

3419         // touches. http://crbug.com/345372 tracks this.
3502 // Build up the lists to use for the 'touches', 'targetTouches' and
3507 // Holds the complete set of touches on the screen.
3508 RefPtrWillBeRawPtr<TouchList> touches = TouchList::create();
3510 // A different view on the 'touches' list above, filtered and grouped by
3515 // Array of touches per state, used to assemble the 'changedTouches' list.
3518 // The touches corresponding to the particular change state this struct
3559 // Touches list reported to the application (eg. so it can
3594 // touches and targetTouches should only contain information about
3595 // touches still on the screen, so if this point is released or
3598 touches->append(touch);
3603 // Note that any touches that are in the TouchStationary state (e.g. if
3633 touches.get(), touchesByTarget.get(touchEventTarget), changedTouches[state].m_touches.get(),