Searched refs:MouseWheelEvent (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.h15 class MouseWheelEvent;
28 ui::MouseWheelEvent* event);
H A Dweb_input_event_aura.cc127 ui::MouseWheelEvent* event);
180 blink::WebMouseWheelEvent MakeWebMouseWheelEvent(ui::MouseWheelEvent* event) {
339 ui::MouseWheelEvent* event) {
/external/chromium_org/third_party/angle/util/
H A DEvent.h50 struct MouseWheelEvent struct in class:Event
82 MouseWheelEvent MouseWheel; // Mouse wheel event parameters
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host_root_view.h32 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
H A Dmenu_host_root_view.cc53 bool MenuHostRootView::OnMouseWheel(const ui::MouseWheelEvent& event) {
H A Dsubmenu_view.h80 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.h50 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ash/wm/
H A Dpartial_screenshot_view.h55 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.h41 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/events/
H A Devent.cc124 new MouseWheelEvent(static_cast<const MouseWheelEvent&>(event)));
444 // MouseWheelEvent
446 MouseWheelEvent::MouseWheelEvent(const base::NativeEvent& native_event) function in class:ui::MouseWheelEvent
451 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event) function in class:ui::MouseWheelEvent
457 MouseWheelEvent::MouseWheelEvent(const MouseEvent& mouse_event, function in class:ui::MouseWheelEvent
464 MouseWheelEvent function in class:ui::MouseWheelEvent
470 MouseWheelEvent::MouseWheelEvent(const gfx::Vector2d& offset, function in class:ui::MouseWheelEvent
[all...]
H A Devent.h440 class EVENTS_EXPORT MouseWheelEvent : public MouseEvent { class in namespace:ui
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, function in class:ui::MouseWheelEvent
459 MouseWheelEvent(const gfx::Vector2d& offset,
H A Devent_utils.cc44 event.reset(new MouseWheelEvent(native_event));
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.cc83 bool NativeScrollBar::OnMouseWheel(const ui::MouseWheelEvent& event) {
H A Dnative_scroll_bar.h51 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
H A Dbase_scroll_bar.h75 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view.h59 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dinput_events_type_converters.cc144 const ui::MouseWheelEvent* wheel_event =
145 static_cast<const ui::MouseWheelEvent*>(&input);
216 ui_event.reset(new ui::MouseWheelEvent(offset,
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_unittest.cc84 ui::MouseWheelEvent* GenerateMouseWheelEvent(int wheel_delta) {
88 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(scoped_xevent_);
155 ui::MouseWheelEvent* GenerateSynthesizedMouseWheelEvent(int wheel_delta) {
158 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(*mev, 0, wheel_delta);
523 ev.reset(GenerateMouseWheelEvent(ui::MouseWheelEvent::kWheelDelta));
525 ev.reset(GenerateMouseWheelEvent(-ui::MouseWheelEvent::kWheelDelta));
534 ev.reset(GenerateMouseWheelEvent(ui::MouseWheelEvent::kWheelDelta));
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.h103 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
H A Dmessage_center_view.h74 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
/external/chromium_org/ui/events/ozone/
H A Devents_ozone.cc76 const ui::MouseWheelEvent* event =
77 static_cast<const ui::MouseWheelEvent*>(native_event);
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter.h150 const ui::MouseWheelEvent& mouse_event,
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_target_aura.cc52 ui::MouseWheelEvent wheel_event(
/external/chromium_org/ui/views/controls/
H A Dscroll_view.h82 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Droot_view.h112 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;

Completed in 1374 milliseconds

123