Home
last modified time | relevance | path

Searched refs:WheelEventInit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DWheelEvent.h36 struct WheelEventInit : public MouseEventInit { struct
37 WheelEventInit();
62 … static PassRefPtr<WheelEvent> create(const AtomicString& type, const WheelEventInit& initializer) in create() argument
102 WheelEvent(const AtomicString&, const WheelEventInit&);
DWheelEvent.cpp33 WheelEventInit::WheelEventInit() in WheelEventInit() function in WebCore::WheelEventInit
53 WheelEvent::WheelEvent(const AtomicString& type, const WheelEventInit& initializer) in WheelEvent()