Searched refs:WheelEventInit (Results 1 – 2 of 2) sorted by relevance
36 struct WheelEventInit : public MouseEventInit { struct37 WheelEventInit();62 … static PassRefPtr<WheelEvent> create(const AtomicString& type, const WheelEventInit& initializer) in create() argument102 WheelEvent(const AtomicString&, const WheelEventInit&);
33 WheelEventInit::WheelEventInit() in WheelEventInit() function in WebCore::WheelEventInit53 WheelEvent::WheelEvent(const AtomicString& type, const WheelEventInit& initializer) in WheelEvent()