/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
NestedBuildersTest.java | 34 import protobuf_unittest.Wheel; 69 Wheel wheel = vehicle.getWheel(i); local 70 assertEquals(4, wheel.getRadius()); 71 assertEquals(i + 1, wheel.getWidth()); 84 Wheel wheel = vehicle.getWheel(i); local 85 assertEquals(5, wheel.getRadius()); 86 assertEquals(i + 10, wheel.getWidth()); 108 List<Wheel> wheels = new ArrayList<Wheel>(vehicleBuilder.getWheelList()) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformWheelEvent.h | 37 // Wheel events come in two flavors: 40 // The ScrollByPageWheelEvent indicates that the wheel event should scroll an entire page. In this case WebCore's built in paging behavior is used to page 62 : PlatformEvent(PlatformEvent::Wheel) 81 : PlatformEvent(PlatformEvent::Wheel, shiftKey, ctrlKey, altKey, metaKey, 0)
|
PlatformEvent.h | 49 Wheel,
|
/external/chromium_org/cc/input/ |
input_handler.h | 60 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
|
/external/chromium_org/cc/trees/ |
layer_tree_host_impl_unittest.cc | 460 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 470 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 490 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 500 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 525 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 536 // With registered event handlers, wheel scrolls have to go to the main 539 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 575 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 608 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel)); 626 InputHandler::Wheel)); [all...] |
layer_tree_host_unittest_scroll.cc | 544 // Wheel scroll on impl thread. 548 InputHandler::Wheel); [all...] |
layer_tree_host_impl.cc | [all...] |
/external/chromium_org/content/renderer/input/ |
input_handler_proxy.cc | 120 gfx::Point(wheel_event.x, wheel_event.y), cc::InputHandler::Wheel); 125 "InputHandlerProxy::handle_input wheel scroll",
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventConversion.cpp | 139 m_type = PlatformEvent::Wheel; 604 if (event.type() != EventTypeNames::wheel && event.type() != EventTypeNames::mousewheel)
|
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/chromium_org/cc/layers/ |
layer_impl.cc | 453 if (type == InputHandler::Wheel && have_wheel_event_handlers()) { [all...] |