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

/external/webkit/Source/WebCore/page/
H A DEventHandler.h248 struct EventHandlerDragState { struct in class:WebCore::EventHandler
249 WTF_MAKE_NONCOPYABLE(EventHandlerDragState); WTF_MAKE_FAST_ALLOCATED;
251 EventHandlerDragState() { } function in struct:WebCore::EventHandler::EventHandlerDragState
261 static EventHandlerDragState& dragState();
H A DEventHandler.cpp227 EventHandler::EventHandlerDragState& EventHandler::dragState()
229 DEFINE_STATIC_LOCAL(EventHandlerDragState, state, ());

Completed in 287 milliseconds