Home
last modified time | relevance | path

Searched refs:isWheelEvent (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebDOMEvent.h87 BLINK_EXPORT bool isWheelEvent() const;
/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h89 virtual bool isWheelEvent() const OVERRIDE;
DWheelEvent.cpp85 bool WheelEvent::isWheelEvent() const in isWheelEvent() function in blink::WheelEvent
DEvent.cpp162 bool Event::isWheelEvent() const in isWheelEvent() function in blink::Event
DEvent.h147 virtual bool isWheelEvent() const;
/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMEvent.cpp156 bool WebDOMEvent::isWheelEvent() const in isWheelEvent() function in blink::WebDOMEvent
DChromeClientImpl.cpp870 } else if (event->isWheelEvent()) { in forwardInputEvent()
DWebPluginContainerImpl.cpp185 else if (event->isWheelEvent()) in handleEvent()