/external/chromium_org/ui/events/ |
D | event.cc | 124 new MouseWheelEvent(static_cast<const MouseWheelEvent&>(event))); in Clone() 446 MouseWheelEvent::MouseWheelEvent(const base::NativeEvent& native_event) in MouseWheelEvent() function in ui::MouseWheelEvent 451 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event) in MouseWheelEvent() function in ui::MouseWheelEvent 457 MouseWheelEvent::MouseWheelEvent(const MouseEvent& mouse_event, in MouseWheelEvent() function in ui::MouseWheelEvent 464 MouseWheelEvent::MouseWheelEvent(const MouseWheelEvent& mouse_wheel_event) in MouseWheelEvent() function in ui::MouseWheelEvent 470 MouseWheelEvent::MouseWheelEvent(const gfx::Vector2d& offset, in MouseWheelEvent() function in ui::MouseWheelEvent 483 const int MouseWheelEvent::kWheelDelta = 120; 486 const int MouseWheelEvent::kWheelDelta = 53; 489 void MouseWheelEvent::UpdateForRootTransform( in UpdateForRootTransform()
|
D | event.h | 440 class EVENTS_EXPORT MouseWheelEvent : public MouseEvent { 445 explicit MouseWheelEvent(const base::NativeEvent& native_event); 446 explicit MouseWheelEvent(const ScrollEvent& scroll_event); 447 MouseWheelEvent(const MouseEvent& mouse_event, int x_offset, int y_offset); 448 MouseWheelEvent(const MouseWheelEvent& mouse_wheel_event); 451 MouseWheelEvent(const MouseWheelEvent& model, in MouseWheelEvent() function 459 MouseWheelEvent(const gfx::Vector2d& offset,
|
D | event_utils.cc | 44 event.reset(new MouseWheelEvent(native_event)); in EventFromNative()
|
/external/chromium_org/third_party/angle/util/ |
D | Event.h | 50 struct MouseWheelEvent struct 82 MouseWheelEvent MouseWheel; // Mouse wheel event parameters
|
/external/chromium_org/content/browser/renderer_host/ |
D | web_input_event_aura.h | 15 class MouseWheelEvent; variable 28 ui::MouseWheelEvent* event);
|
D | web_input_event_aura.cc | 127 ui::MouseWheelEvent* event); 180 blink::WebMouseWheelEvent MakeWebMouseWheelEvent(ui::MouseWheelEvent* event) { in MakeWebMouseWheelEvent() 339 ui::MouseWheelEvent* event) { in MakeWebMouseWheelEventFromAuraEvent()
|
/external/chromium_org/ash/sticky_keys/ |
D | sticky_keys_unittest.cc | 84 ui::MouseWheelEvent* GenerateMouseWheelEvent(int wheel_delta) { in GenerateMouseWheelEvent() 88 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(scoped_xevent_); in GenerateMouseWheelEvent() 155 ui::MouseWheelEvent* GenerateSynthesizedMouseWheelEvent(int wheel_delta) { in GenerateSynthesizedMouseWheelEvent() 158 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(*mev, 0, wheel_delta); in GenerateSynthesizedMouseWheelEvent() 523 ev.reset(GenerateMouseWheelEvent(ui::MouseWheelEvent::kWheelDelta)); in TEST_F() 525 ev.reset(GenerateMouseWheelEvent(-ui::MouseWheelEvent::kWheelDelta)); in TEST_F() 534 ev.reset(GenerateMouseWheelEvent(ui::MouseWheelEvent::kWheelDelta)); in TEST_F()
|
/external/chromium_org/mojo/services/public/cpp/input_events/lib/ |
D | input_events_type_converters.cc | 144 const ui::MouseWheelEvent* wheel_event = in Convert() 145 static_cast<const ui::MouseWheelEvent*>(&input); in Convert() 216 ui_event.reset(new ui::MouseWheelEvent(offset, in Convert()
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_host_root_view.h | 32 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
D | menu_host_root_view.cc | 53 bool MenuHostRootView::OnMouseWheel(const ui::MouseWheelEvent& event) { in OnMouseWheel()
|
D | submenu_view.h | 80 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
|
/external/chromium_org/ui/events/ozone/ |
D | events_ozone.cc | 76 const ui::MouseWheelEvent* event = in GetMouseWheelOffset() 77 static_cast<const ui::MouseWheelEvent*>(native_event); in GetMouseWheelOffset()
|
/external/chromium_org/ash/shelf/ |
D | overflow_bubble_view.h | 50 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | native_scroll_bar.h | 51 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
|
D | native_scroll_bar.cc | 83 bool NativeScrollBar::OnMouseWheel(const ui::MouseWheelEvent& event) { in OnMouseWheel()
|
D | base_scroll_bar.h | 75 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_root_view.h | 41 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/ash/wm/ |
D | partial_screenshot_view.h | 55 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/ui/platform_window/x11/ |
D | x11_window.cc | 88 MouseWheelEvent wheel_event(xev); in ProcessXInput2Event() 294 MouseWheelEvent mouseev(xev); in DispatchEvent()
|
/external/chromium_org/ui/app_list/views/ |
D | search_box_view.h | 59 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/ui/message_center/views/ |
D | notifier_settings_view.h | 103 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
D | message_center_view.h | 74 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
/external/chromium_org/ui/views/controls/ |
D | scroll_view.h | 82 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/events/ |
D | event_rewriter.h | 150 const ui::MouseWheelEvent& mouse_event,
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | synthetic_gesture_target_aura.cc | 52 ui::MouseWheelEvent wheel_event( in DispatchWebMouseWheelEventToPlatform()
|