Home
last modified time | relevance | path

Searched refs:MouseWheelEvent (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/ui/events/
Devent.cc124 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()
Devent.h440 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,
Devent_utils.cc44 event.reset(new MouseWheelEvent(native_event)); in EventFromNative()
/external/chromium_org/third_party/angle/util/
DEvent.h50 struct MouseWheelEvent struct
82 MouseWheelEvent MouseWheel; // Mouse wheel event parameters
/external/chromium_org/content/browser/renderer_host/
Dweb_input_event_aura.h15 class MouseWheelEvent; variable
28 ui::MouseWheelEvent* event);
Dweb_input_event_aura.cc127 ui::MouseWheelEvent* event);
180 blink::WebMouseWheelEvent MakeWebMouseWheelEvent(ui::MouseWheelEvent* event) { in MakeWebMouseWheelEvent()
339 ui::MouseWheelEvent* event) { in MakeWebMouseWheelEventFromAuraEvent()
/external/chromium_org/ash/sticky_keys/
Dsticky_keys_unittest.cc84 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/
Dinput_events_type_converters.cc144 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/
Dmenu_host_root_view.h32 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
Dmenu_host_root_view.cc53 bool MenuHostRootView::OnMouseWheel(const ui::MouseWheelEvent& event) { in OnMouseWheel()
Dsubmenu_view.h80 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
/external/chromium_org/ui/events/ozone/
Devents_ozone.cc76 const ui::MouseWheelEvent* event = in GetMouseWheelOffset()
77 static_cast<const ui::MouseWheelEvent*>(native_event); in GetMouseWheelOffset()
/external/chromium_org/ash/shelf/
Doverflow_bubble_view.h50 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/scrollbar/
Dnative_scroll_bar.h51 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
Dnative_scroll_bar.cc83 bool NativeScrollBar::OnMouseWheel(const ui::MouseWheelEvent& event) { in OnMouseWheel()
Dbase_scroll_bar.h75 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_root_view.h41 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ash/wm/
Dpartial_screenshot_view.h55 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/platform_window/x11/
Dx11_window.cc88 MouseWheelEvent wheel_event(xev); in ProcessXInput2Event()
294 MouseWheelEvent mouseev(xev); in DispatchEvent()
/external/chromium_org/ui/app_list/views/
Dsearch_box_view.h59 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/message_center/views/
Dnotifier_settings_view.h103 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
Dmessage_center_view.h74 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/
Dscroll_view.h82 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/events/
Devent_rewriter.h150 const ui::MouseWheelEvent& mouse_event,
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.cc52 ui::MouseWheelEvent wheel_event( in DispatchWebMouseWheelEventToPlatform()

123