Searched refs:last_touch_location_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/gestures/
H A Dgesture_sequence.h53 const gfx::Point& last_touch_location() const { return last_touch_location_; }
215 gfx::Point last_touch_location_; member in class:ui::GestureSequence
H A Dgesture_sequence.cc348 last_touch_location_ = event.location();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc414 last_touch_location_(-1, -1),
1487 last_touch_location_ = gfx::Point(-1, -1);
2243 last_touch_location_ = gfx::Point(
2686 return last_touch_location_;
H A Drender_widget_host_view_win.h586 // pointer_down_context_ and last_touch_location_;
594 gfx::Point last_touch_location_; member in class:content::RenderWidgetHostViewWin

Completed in 88 milliseconds