Searched refs:m_currentlyProcessedMouseDownEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp839 m_currentlyProcessedMouseDownEvent = adoptPtr(new NativeWebMouseEvent(event));
2236 return m_currentlyProcessedMouseDownEvent.get();
2579 m_currentlyProcessedMouseDownEvent = nullptr;
2791 m_currentlyProcessedMouseDownEvent = nullptr;
H A DWebPageProxy.h805 OwnPtr<NativeWebMouseEvent> m_currentlyProcessedMouseDownEvent; member in class:WebKit::WebPageProxy

Completed in 60 milliseconds