Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:NativeWebMouseEvent

37 #include "NativeWebMouseEvent.h"
817 void WebPageProxy::handleMouseEvent(const NativeWebMouseEvent& event)
827 m_nextMouseMoveEvent = adoptPtr(new NativeWebMouseEvent(event));
839 m_currentlyProcessedMouseDownEvent = adoptPtr(new NativeWebMouseEvent(event));
2234 NativeWebMouseEvent* WebPageProxy::currentlyProcessedMouseDownEvent()