/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WheelEvent.cpp | 39 , deltaMode(WheelEvent::DOM_DELTA_PIXEL) in WheelEventInit() 43 WheelEvent::WheelEvent() in WheelEvent() function in blink::WheelEvent 51 WheelEvent::WheelEvent(const AtomicString& type, const WheelEventInit& initializer) in WheelEvent() function in blink::WheelEvent 61 WheelEvent::WheelEvent(const FloatPoint& wheelTicks, const FloatPoint& rawDelta, unsigned deltaMode, in WheelEvent() function in blink::WheelEvent 75 const AtomicString& WheelEvent::interfaceName() const in interfaceName() 77 return EventNames::WheelEvent; in interfaceName() 80 bool WheelEvent::isMouseEvent() const in isMouseEvent() 85 bool WheelEvent::isWheelEvent() const in isWheelEvent() 90 void WheelEvent::trace(Visitor* visitor) in trace() 97 …return event.granularity() == ScrollByPageWheelEvent ? WheelEvent::DOM_DELTA_PAGE : WheelEvent::DO… in deltaMode() [all …]
|
D | WheelEvent.h | 47 class WheelEvent FINAL : public MouseEvent { 58 static PassRefPtrWillBeRawPtr<WheelEvent> create() in create() 60 return adoptRefWillBeNoop(new WheelEvent); in create() 63 …static PassRefPtrWillBeRawPtr<WheelEvent> create(const AtomicString& type, const WheelEventInit& i… in create() 65 return adoptRefWillBeNoop(new WheelEvent(type, initializer)); in create() 68 static PassRefPtrWillBeRawPtr<WheelEvent> create(const FloatPoint& wheelTicks, in create() 73 return adoptRefWillBeNoop(new WheelEvent(wheelTicks, rawDelta, deltaMode, view, in create() 94 WheelEvent(); 95 WheelEvent(const AtomicString&, const WheelEventInit&); 96 WheelEvent(const FloatPoint& wheelTicks, const FloatPoint& rawDelta, [all …]
|
D | WheelEvent.idl | 25 ] interface WheelEvent : MouseEvent {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.h | 54 class WheelEvent; variable 114 WebMouseWheelEventBuilder(const Widget*, const RenderObject*, const WheelEvent&);
|
D | WebPluginContainerImpl.h | 62 class WheelEvent; variable 182 void handleWheelEvent(WheelEvent*);
|
D | WebDOMEvent.cpp | 159 return m_private->hasInterface(EventNames::WheelEvent); in isWheelEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | EventHandlerRegistry.h | 30 WheelEvent, enumerator
|
D | EventHandlerRegistry.cpp | 34 *result = WheelEvent; in eventTypeToClass() 175 case WheelEvent: in notifyHasHandlersChanged()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | event_idl_files_list.tmp | 29 events/WheelEvent.idl
|
D | core_event_interfaces.target.darwin-x86.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-x86.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-x86_64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-arm.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-arm64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-mips64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-mips64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-mips.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-arm.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-mips.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.darwin-arm64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
D | core_event_interfaces.target.linux-x86_64.mk | 22 …AnimationEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/WheelEvent.idl $(LOCAL_PATH…
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 80 class WheelEvent; variable 143 void defaultWheelEventHandler(Node*, WheelEvent*);
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | SpinButtonElement.cpp | 150 if (!event->hasInterface(EventNames::WheelEvent)) in forwardEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextAreaElement.cpp | 253 …ouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type(… in defaultEventHandler()
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | TextFieldInputType.cpp | 229 …ouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::WheelEvent) || event->type(… in forwardEvent()
|