/external/chromium_org/ui/events/gesture_detection/ |
motion_event_buffer_unittest.cc | 280 MockMotionEvent move1(MotionEvent::ACTION_MOVE, event_time, 2.f, 2.f); 281 buffer.OnMotionEvent(move1); 304 EXPECT_EVENT_HISTORY_EQ(*events.front(), 1, move1); 319 MockMotionEvent move1( 321 buffer.OnMotionEvent(move1); 329 MockMotionEvent move2(move1); 333 EXPECT_EVENT_EQ(move1, *GetLastEvent()); 425 MotionEventGeneric move1(MotionEvent::ACTION_MOVE, event_time, p1); 426 move1.PushPointer(p0); 427 buffer.OnMotionEvent(move1); [all...] |
/external/chromium_org/ui/views/bubble/ |
bubble_window_targeter_unittest.cc | 95 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(), 97 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1)); 101 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(), 103 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1)); 110 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, bubble_bounds.origin(), 112 EXPECT_NE(bubble_window, targeter->FindTargetForEvent(root, &move1));
|
/external/chromium_org/ui/events/gestures/ |
gesture_provider_aura_unittest.cc | 60 TouchEvent move1(ET_TOUCH_MOVED, gfx::PointF(70, 75), 0, time); 61 EXPECT_FALSE(provider()->OnTouchEvent(move1));
|
motion_event_aura_unittest.cc | 220 TouchEvent move1 = local 222 event.OnTouch(move1); 299 TouchEvent move1 = TouchWithTapParams( local 301 event.OnTouch(move1);
|
/external/chromium_org/ash/wm/ |
window_manager_unittest.cc | 518 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0); 519 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); 534 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0); 535 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); 550 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0); 551 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); 566 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0); 567 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); 583 ui::MouseEvent move1(ui::ET_MOUSE_MOVED, point1, point1, 0, 0); 584 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); [all...] |
/external/chromium_org/ui/aura/gestures/ |
gesture_recognizer_unittest.cc | 882 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gfx::Point(397, 149), 884 move1.set_radius_x(16); 885 move1.set_radius_y(16); 886 DispatchEventUsingWindowDispatcher(&move1); [all...] |
/external/chromium_org/content/browser/web_contents/aura/ |
window_slider_unittest.cc | 364 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, 368 generator.Dispatch(&move1);
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura_browsertest.cc | 499 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, 502 details = dispatcher->OnEventFromSource(&move1); [all...] |
/external/chromium_org/ui/views/ |
view_unittest.cc | [all...] |
/external/chromium_org/third_party/d3/src/ |
d3.js | [all...] |