HomeSort by relevance Sort by last modified time
    Searched refs:Wheel (Results 1 - 11 of 11) sorted by null

  /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)
83 : PlatformEvent(PlatformEvent::Wheel, shiftKey, ctrlKey, altKey, metaKey, 0)
PlatformEvent.h 49 Wheel,
  /external/chromium_org/cc/input/
input_handler.h 64 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 505 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
507 InputHandler::Wheel));
510 InputHandler::Wheel));
513 InputHandler::Wheel));
521 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
541 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
551 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
576 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
587 // With registered event handlers, wheel scrolls have to go to the main
590 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
    [all...]
layer_tree_host_unittest_scroll.cc 589 // Wheel scroll on impl thread.
593 InputHandler::Wheel);
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 207 // Wheel events involving the control key never trigger scrolling, only
212 gfx::Point(wheel_event.x, wheel_event.y), cc::InputHandler::Wheel);
217 "InputHandlerProxy::handle_input wheel scroll",
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 157 m_type = PlatformEvent::Wheel;
651 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 454 if (type == InputHandler::Wheel && have_wheel_event_handlers()) {
    [all...]

Completed in 337 milliseconds