HomeSort by relevance Sort by last modified time
    Searched refs:MouseWheelEvent (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Event.h 50 struct MouseWheelEvent
82 MouseWheelEvent MouseWheel; // Mouse wheel event parameters
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.h 15 class MouseWheelEvent;
32 ui::MouseWheelEvent* event);
web_input_event_aura.cc 191 ui::MouseWheelEvent* event);
244 blink::WebMouseWheelEvent MakeWebMouseWheelEvent(ui::MouseWheelEvent* event) {
394 ui::MouseWheelEvent* event) {
  /external/chromium_org/ash/shelf/
overflow_bubble_view.h 50 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/controls/menu/
menu_host_root_view.h 32 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
menu_host_root_view.cc 53 bool MenuHostRootView::OnMouseWheel(const ui::MouseWheelEvent& event) {
submenu_view.h 80 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar.h 51 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
native_scroll_bar.cc 84 bool NativeScrollBar::OnMouseWheel(const ui::MouseWheelEvent& event) {
base_scroll_bar.h 75 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/ui/events/
event.cc 388 // MouseWheelEvent
390 MouseWheelEvent::MouseWheelEvent(const base::NativeEvent& native_event)
395 MouseWheelEvent::MouseWheelEvent(const ScrollEvent& scroll_event)
401 MouseWheelEvent::MouseWheelEvent(const MouseEvent& mouse_event,
408 MouseWheelEvent::MouseWheelEvent(const MouseWheelEvent& mouse_wheel_event
    [all...]
event.h 417 class EVENTS_EXPORT MouseWheelEvent : public MouseEvent {
422 explicit MouseWheelEvent(const base::NativeEvent& native_event);
423 explicit MouseWheelEvent(const ScrollEvent& scroll_event);
424 MouseWheelEvent(const MouseEvent& mouse_event, int x_offset, int y_offset);
425 MouseWheelEvent(const MouseWheelEvent& mouse_wheel_event);
428 MouseWheelEvent(const MouseWheelEvent& model,
event_utils.cc 44 event.reset(new MouseWheelEvent(native_event));
  /external/chromium_org/ash/sticky_keys/
sticky_keys_unittest.cc 53 new ui::MouseWheelEvent(*static_cast<ui::MouseWheelEvent*>(event)));
198 ui::MouseWheelEvent* GenerateMouseWheelEvent(int wheel_delta) {
202 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(scoped_xevent_);
276 ui::MouseWheelEvent* GenerateSynthesizedMouseWheelEvent(int wheel_delta) {
279 ui::MouseWheelEvent* event = new ui::MouseWheelEvent(*mev, 0, wheel_delta);
610 ev.reset(GenerateMouseWheelEvent(ui::MouseWheelEvent::kWheelDelta));
612 ev.reset(GenerateMouseWheelEvent(-ui::MouseWheelEvent::kWheelDelta))
    [all...]
sticky_keys_controller.cc 73 ui::MouseWheelEvent new_event(*static_cast<ui::MouseWheelEvent*>(event),
  /external/chromium_org/ash/wm/
partial_screenshot_view.h 55 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 41 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 68 const ui::MouseWheelEvent* event =
69 static_cast<const ui::MouseWheelEvent*>(native_event);
  /external/chromium_org/ui/app_list/views/
contents_view.h 105 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
search_box_view.h 60 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/ui/message_center/views/
message_center_view.h 74 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
notifier_settings_view.h 103 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/controls/
scroll_view.h 82 virtual bool OnMouseWheel(const ui::MouseWheelEvent& e) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 52 ui::MouseWheelEvent wheel_event(
  /external/chromium_org/ui/views/widget/
root_view.h 107 virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;

Completed in 813 milliseconds

1 2 3