Searched refs:isWheelEvent (Results 1 – 8 of 8) sorted by relevance
87 BLINK_EXPORT bool isWheelEvent() const;
89 virtual bool isWheelEvent() const OVERRIDE;
85 bool WheelEvent::isWheelEvent() const in isWheelEvent() function in blink::WheelEvent
162 bool Event::isWheelEvent() const in isWheelEvent() function in blink::Event
147 virtual bool isWheelEvent() const;
156 bool WebDOMEvent::isWheelEvent() const in isWheelEvent() function in blink::WebDOMEvent
870 } else if (event->isWheelEvent()) { in forwardInputEvent()
185 else if (event->isWheelEvent()) in handleEvent()