OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastTouchEventLocation
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h
43
virtual gfx::Point
GetLastTouchEventLocation
() const = 0;
browser_accessibility_manager.cc
112
gfx::Point touch_point = delegate_->
GetLastTouchEventLocation
();
browser_accessibility_manager_unittest.cc
73
virtual gfx::Point
GetLastTouchEventLocation
() const OVERRIDE {
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.h
177
virtual gfx::Point
GetLastTouchEventLocation
() const OVERRIDE;
render_widget_host_view_android.h
185
virtual gfx::Point
GetLastTouchEventLocation
() const OVERRIDE;
render_widget_host_view_aura.h
416
virtual gfx::Point
GetLastTouchEventLocation
() const OVERRIDE;
[
all
...]
render_widget_host_view_win.h
259
virtual gfx::Point
GetLastTouchEventLocation
() const OVERRIDE;
render_widget_host_view_android.cc
[
all
...]
render_widget_host_view_gtk.cc
[
all
...]
render_widget_host_view_win.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
Completed in 400 milliseconds