HomeSort by relevance Sort by last modified time
    Searched refs:Wheel (Results 1 - 12 of 12) 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/core/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 59 enum ScrollInputType { Gesture, Wheel, NonBubblingGesture };
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 471 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
481 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
503 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
513 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
538 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
549 // With registered event handlers, wheel scrolls have to go to the main
552 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
588 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
621 host_impl_->ScrollBegin(gfx::Point(), InputHandler::Wheel));
639 InputHandler::Wheel));
    [all...]
layer_tree_host_unittest_damage.cc 361 host_impl->ScrollBegin(gfx::Point(1,1), InputHandler::Wheel);
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/gpu/
input_handler_proxy.cc 110 gfx::Point(wheel_event.x, wheel_event.y), cc::InputHandler::Wheel);
115 "InputHandlerProxy::handle_input wheel scroll",
  /external/chromium_org/cc/layers/
layer_impl.cc 335 if (type == InputHandler::Wheel && have_wheel_event_handlers()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 128 m_type = PlatformEvent::Wheel;
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 291 milliseconds