Searched refs:GetLastTouchEventLocation (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.h43 virtual gfx::Point GetLastTouchEventLocation() const = 0;
H A Dbrowser_accessibility_manager.cc112 gfx::Point touch_point = delegate_->GetLastTouchEventLocation();
H A Dbrowser_accessibility_manager_unittest.cc73 virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE {
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_gtk.h177 virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE;
H A Drender_widget_host_view_android.h185 virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE;
H A Drender_widget_host_view_win.h259 virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE;
H A Drender_widget_host_view_aura.h416 virtual gfx::Point GetLastTouchEventLocation() const OVERRIDE;
H A Drender_widget_host_view_android.cc1116 gfx::Point RenderWidgetHostViewAndroid::GetLastTouchEventLocation() const { function in class:content::RenderWidgetHostViewAndroid
H A Drender_widget_host_view_gtk.cc1555 gfx::Point RenderWidgetHostViewGtk::GetLastTouchEventLocation() const { function in class:content::RenderWidgetHostViewGtk
H A Drender_widget_host_view_win.cc2707 gfx::Point RenderWidgetHostViewWin::GetLastTouchEventLocation() const { function in class:content::RenderWidgetHostViewWin
H A Drender_widget_host_view_aura.cc3211 gfx::Point RenderWidgetHostViewAura::GetLastTouchEventLocation() const { function in class:content::RenderWidgetHostViewAura

Completed in 206 milliseconds