GesturePoint       17 ui/events/gestures/gesture_point.cc GesturePoint::GesturePoint()
GesturePoint       36 ui/events/gestures/gesture_point.cc GesturePoint::~GesturePoint() {}
GesturePoint       38 ui/events/gestures/gesture_point.cc void GesturePoint::Reset() {
GesturePoint       46 ui/events/gestures/gesture_point.cc void GesturePoint::ResetVelocity() {
GesturePoint       51 ui/events/gestures/gesture_point.cc gfx::Vector2dF GesturePoint::ScrollDelta() const {
GesturePoint       55 ui/events/gestures/gesture_point.cc void GesturePoint::UpdateValues(const TouchEvent& event) {
GesturePoint       85 ui/events/gestures/gesture_point.cc void GesturePoint::UpdateForTap() {
GesturePoint       93 ui/events/gestures/gesture_point.cc void GesturePoint::UpdateForScroll() {
GesturePoint       99 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInClickWindow(const TouchEvent& event) const {
GesturePoint      103 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInDoubleClickWindow(const TouchEvent& event) const {
GesturePoint      109 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInTripleClickWindow(const TouchEvent& event) const {
GesturePoint      118 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInScrollWindow(const TouchEvent& event) const {
GesturePoint      123 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInFlickWindow(const TouchEvent& event) {
GesturePoint      128 ui/events/gestures/gesture_point.cc int GesturePoint::ScrollVelocityDirection(float v) {
GesturePoint      137 ui/events/gestures/gesture_point.cc bool GesturePoint::DidScroll(const TouchEvent& event, int dist) const {
GesturePoint      142 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInHorizontalRailWindow() const {
GesturePoint      148 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInVerticalRailWindow() const {
GesturePoint      154 ui/events/gestures/gesture_point.cc bool GesturePoint::BreaksHorizontalRail() {
GesturePoint      161 ui/events/gestures/gesture_point.cc bool GesturePoint::BreaksVerticalRail() {
GesturePoint      168 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInClickTimeWindow() const {
GesturePoint      176 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInClickAggregateTimeWindow(double before,
GesturePoint      182 ui/events/gestures/gesture_point.cc bool GesturePoint::IsInsideTouchSlopRegion(const TouchEvent& event) const {
GesturePoint      191 ui/events/gestures/gesture_point.cc bool GesturePoint::IsPointInsideDoubleTapTouchSlopRegion(gfx::PointF p1,
GesturePoint      199 ui/events/gestures/gesture_point.cc bool GesturePoint::IsOverMinFlickSpeed() {
GesturePoint      204 ui/events/gestures/gesture_point.cc void GesturePoint::UpdateEnclosingRectangle(const TouchEvent& event) {
GesturePoint       18 ui/events/gestures/gesture_point.h class GesturePoint {
GesturePoint       20 ui/events/gestures/gesture_point.h   GesturePoint();
GesturePoint       21 ui/events/gestures/gesture_point.h   ~GesturePoint();
GesturePoint      144 ui/events/gestures/gesture_point.h   DISALLOW_COPY_AND_ASSIGN(GesturePoint);
GesturePoint       86 ui/events/gestures/gesture_recognizer_impl.cc   const GesturePoint* closest_point = NULL;
GesturePoint       90 ui/events/gestures/gesture_recognizer_impl.cc     const GesturePoint* points = i->second->points();
GesturePoint      432 ui/events/gestures/gesture_sequence.cc unsigned int ComputeTouchBitmask(const GesturePoint* points) {
GesturePoint      522 ui/events/gestures/gesture_sequence.cc     GesturePoint* new_point = &points_[event.touch_id()];
GesturePoint      541 ui/events/gestures/gesture_sequence.cc   GesturePoint& point = GesturePointForEvent(event);
GesturePoint      782 ui/events/gestures/gesture_sequence.cc       GesturePoint& iter_point = points_[i];
GesturePoint      859 ui/events/gestures/gesture_sequence.cc GesturePoint& GestureSequence::GesturePointForEvent(
GesturePoint      864 ui/events/gestures/gesture_sequence.cc GesturePoint* GestureSequence::GetPointByPointId(int point_id) {
GesturePoint      867 ui/events/gestures/gesture_sequence.cc     GesturePoint& point = points_[i];
GesturePoint      903 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendTapDownGestureEvent(const GesturePoint& point,
GesturePoint      913 ui/events/gestures/gesture_sequence.cc void GestureSequence::PrependTapCancelGestureEvent(const GesturePoint& point,
GesturePoint      923 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendBeginGestureEvent(const GesturePoint& point,
GesturePoint      933 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendEndGestureEvent(const GesturePoint& point,
GesturePoint      943 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendClickGestureEvent(const GesturePoint& point,
GesturePoint      956 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendScrollGestureBegin(const GesturePoint& point,
GesturePoint      968 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendScrollGestureEnd(const GesturePoint& point,
GesturePoint     1005 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendScrollGestureUpdate(GesturePoint& point,
GesturePoint     1067 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendPinchGestureBegin(const GesturePoint& p1,
GesturePoint     1068 ui/events/gestures/gesture_sequence.cc                                               const GesturePoint& p2,
GesturePoint     1079 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendPinchGestureEnd(const GesturePoint& p1,
GesturePoint     1080 ui/events/gestures/gesture_sequence.cc                                             const GesturePoint& p2,
GesturePoint     1092 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendPinchGestureUpdate(const GesturePoint& point,
GesturePoint     1105 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendSwipeGesture(const GesturePoint& point,
GesturePoint     1118 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point = GetPointByPointId(0);
GesturePoint     1131 ui/events/gestures/gesture_sequence.cc                             const GesturePoint& point,
GesturePoint     1155 ui/events/gestures/gesture_sequence.cc                                   GesturePoint& point,
GesturePoint     1171 ui/events/gestures/gesture_sequence.cc                                       GesturePoint& point,
GesturePoint     1183 ui/events/gestures/gesture_sequence.cc                                    GesturePoint& point,
GesturePoint     1194 ui/events/gestures/gesture_sequence.cc                                 const GesturePoint& point,
GesturePoint     1216 ui/events/gestures/gesture_sequence.cc                                          const GesturePoint& point,
GesturePoint     1233 ui/events/gestures/gesture_sequence.cc                                          const GesturePoint& point,
GesturePoint     1249 ui/events/gestures/gesture_sequence.cc                                              const GesturePoint& point,
GesturePoint     1262 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point = GetPointByPointId(0);
GesturePoint     1273 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point = GetPointByPointId(0);
GesturePoint     1283 ui/events/gestures/gesture_sequence.cc void GestureSequence::AppendLongTapGestureEvent(const GesturePoint& point,
GesturePoint     1294 ui/events/gestures/gesture_sequence.cc                                 GesturePoint& point,
GesturePoint     1311 ui/events/gestures/gesture_sequence.cc                                  const GesturePoint& point,
GesturePoint     1320 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point1 = GetPointByPointId(0);
GesturePoint     1321 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point2 = GetPointByPointId(1);
GesturePoint     1337 ui/events/gestures/gesture_sequence.cc                                   GesturePoint& point,
GesturePoint     1371 ui/events/gestures/gesture_sequence.cc                                const GesturePoint& point,
GesturePoint     1375 ui/events/gestures/gesture_sequence.cc   GesturePoint* point1 = GetPointByPointId(0);
GesturePoint     1376 ui/events/gestures/gesture_sequence.cc   GesturePoint* point2 = GetPointByPointId(1);
GesturePoint     1388 ui/events/gestures/gesture_sequence.cc                                  const GesturePoint& point,
GesturePoint     1455 ui/events/gestures/gesture_sequence.cc                                           const GesturePoint& point,
GesturePoint     1473 ui/events/gestures/gesture_sequence.cc   const GesturePoint* point = GetPointByPointId(0);
GesturePoint     1480 ui/events/gestures/gesture_sequence.cc void GestureSequence::StartRailFreeScroll(const GesturePoint& point,
GesturePoint       75 ui/events/gestures/gesture_sequence.h   const GesturePoint* points() const { return points_; }
GesturePoint       94 ui/events/gestures/gesture_sequence.h   GesturePoint& GesturePointForEvent(const TouchEvent& event);
GesturePoint       98 ui/events/gestures/gesture_sequence.h   GesturePoint* GetPointByPointId(int point_id);
GesturePoint      114 ui/events/gestures/gesture_sequence.h   void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures);
GesturePoint      115 ui/events/gestures/gesture_sequence.h   void PrependTapCancelGestureEvent(const GesturePoint& point,
GesturePoint      117 ui/events/gestures/gesture_sequence.h   void AppendBeginGestureEvent(const GesturePoint& point, Gestures* gestures);
GesturePoint      118 ui/events/gestures/gesture_sequence.h   void AppendEndGestureEvent(const GesturePoint& point, Gestures* gestures);
GesturePoint      119 ui/events/gestures/gesture_sequence.h   void AppendClickGestureEvent(const GesturePoint& point,
GesturePoint      122 ui/events/gestures/gesture_sequence.h   void AppendDoubleClickGestureEvent(const GesturePoint& point,
GesturePoint      126 ui/events/gestures/gesture_sequence.h   void AppendLongTapGestureEvent(const GesturePoint& point,
GesturePoint      130 ui/events/gestures/gesture_sequence.h   void AppendScrollGestureBegin(const GesturePoint& point,
GesturePoint      133 ui/events/gestures/gesture_sequence.h   void AppendScrollGestureEnd(const GesturePoint& point,
GesturePoint      138 ui/events/gestures/gesture_sequence.h   void AppendScrollGestureUpdate(GesturePoint& point,
GesturePoint      143 ui/events/gestures/gesture_sequence.h   void AppendPinchGestureBegin(const GesturePoint& p1,
GesturePoint      144 ui/events/gestures/gesture_sequence.h                                const GesturePoint& p2,
GesturePoint      146 ui/events/gestures/gesture_sequence.h   void AppendPinchGestureEnd(const GesturePoint& p1,
GesturePoint      147 ui/events/gestures/gesture_sequence.h                              const GesturePoint& p2,
GesturePoint      150 ui/events/gestures/gesture_sequence.h   void AppendPinchGestureUpdate(const GesturePoint& point,
GesturePoint      153 ui/events/gestures/gesture_sequence.h   void AppendSwipeGesture(const GesturePoint& point,
GesturePoint      165 ui/events/gestures/gesture_sequence.h              const GesturePoint& point,
GesturePoint      168 ui/events/gestures/gesture_sequence.h                    GesturePoint& point,
GesturePoint      171 ui/events/gestures/gesture_sequence.h                        GesturePoint& point,
GesturePoint      174 ui/events/gestures/gesture_sequence.h                     GesturePoint& point,
GesturePoint      178 ui/events/gestures/gesture_sequence.h                  const GesturePoint& point,
GesturePoint      181 ui/events/gestures/gesture_sequence.h                           const GesturePoint& point,
GesturePoint      184 ui/events/gestures/gesture_sequence.h                           const GesturePoint& point,
GesturePoint      187 ui/events/gestures/gesture_sequence.h                               const GesturePoint& point,
GesturePoint      190 ui/events/gestures/gesture_sequence.h                  GesturePoint& point,
GesturePoint      193 ui/events/gestures/gesture_sequence.h                   const GesturePoint& point,
GesturePoint      196 ui/events/gestures/gesture_sequence.h                    GesturePoint& point,
GesturePoint      199 ui/events/gestures/gesture_sequence.h                 const GesturePoint& point,
GesturePoint      202 ui/events/gestures/gesture_sequence.h                   const GesturePoint& point,
GesturePoint      206 ui/events/gestures/gesture_sequence.h                            const GesturePoint& point,
GesturePoint      211 ui/events/gestures/gesture_sequence.h   void StartRailFreeScroll(const GesturePoint& point, Gestures* gestures);
GesturePoint      249 ui/events/gestures/gesture_sequence.h   GesturePoint points_[kMaxGesturePoints];