OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GestureEventForTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc
84
class
GestureEventForTest
: public ui::GestureEvent {
86
GestureEventForTest
(ui::EventType type, int x, int y, float delta_x,
93
DISALLOW_COPY_AND_ASSIGN(
GestureEventForTest
);
[
all
...]
/external/chromium_org/ui/views/
view_unittest.cc
180
class
GestureEventForTest
: public ui::GestureEvent {
182
GestureEventForTest
(ui::EventType type, int x, int y, int flags)
188
DISALLOW_COPY_AND_ASSIGN(
GestureEventForTest
);
521
GestureEventForTest
g1(ui::ET_GESTURE_TAP, 110, 110, 0);
531
GestureEventForTest
g1_up(ui::ET_GESTURE_END, 110, 110, 0);
541
GestureEventForTest
g2(ui::ET_GESTURE_TAP, 80, 80, 0);
599
GestureEventForTest
g1(ui::ET_GESTURE_TAP, 110, 110, 0);
613
GestureEventForTest
gscroll_begin(ui::ET_GESTURE_SCROLL_BEGIN, 115, 115, 0);
625
GestureEventForTest
second_tap(ui::ET_GESTURE_TAP, 70, 70, 0);
634
GestureEventForTest
gscroll_end(ui::ET_GESTURE_SCROLL_END, 50, 50, 0)
[
all
...]
Completed in 74 milliseconds