Searched refs:MouseEventInit (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMouseEvent.h36 struct MouseEventInit : public UIEventInit { struct in namespace:WebCore
37 MouseEventInit();
76 static PassRefPtr<MouseEvent> create(const AtomicString& eventType, const MouseEventInit&);
116 MouseEvent(const AtomicString& type, const MouseEventInit&);
H A DMouseEvent.cpp37 MouseEventInit::MouseEventInit() function in class:WebCore::MouseEventInit
51 PassRefPtr<MouseEvent> MouseEvent::create(const AtomicString& type, const MouseEventInit& initializer)
133 MouseEvent::MouseEvent(const AtomicString& eventType, const MouseEventInit& initializer)
H A DWheelEvent.h35 struct WheelEventInit : public MouseEventInit {

Completed in 176 milliseconds