OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_touch_location_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/aura/
root_window_host_x11_unittest.cc
24
last_touch_location_
(0, 0) {
41
last_touch_location_
= event->location();
69
last_touch_location_
= event->location();
92
return
last_touch_location_
;
98
gfx::Point
last_touch_location_
;
member in class:__anon14709::TestRootWindowHostDelegate
/external/chromium_org/ui/events/gestures/
gesture_sequence.h
67
const gfx::Point& last_touch_location() const { return
last_touch_location_
; }
236
gfx::Point
last_touch_location_
;
member in class:ui::GestureSequence
gesture_sequence.cc
500
last_touch_location_
= event.location();
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc
411
last_touch_location_
(-1, -1),
[
all
...]
render_widget_host_view_win.h
588
// pointer_down_context_ and
last_touch_location_
.
596
gfx::Point
last_touch_location_
;
member in class:content::RenderWidgetHostViewWin
Completed in 140 milliseconds