Searched refs:EventHandlerDragState (Results 1 – 5 of 5) sorted by relevance
248 struct EventHandlerDragState { struct249 WTF_MAKE_NONCOPYABLE(EventHandlerDragState); WTF_MAKE_FAST_ALLOCATED;251 EventHandlerDragState() { } in EventHandlerDragState() argument261 static EventHandlerDragState& dragState(); argument
227 EventHandler::EventHandlerDragState& EventHandler::dragState() in dragState()229 DEFINE_STATIC_LOCAL(EventHandlerDragState, state, ()); in dragState()
56563 * page/EventHandler.h: Removed unneeded includes. Moved EventHandlerDragState down into the
1802 also moves EventHandlerDragState out from EventHandler so it can be shared between
33823 struct EventHandlerDragState - instantiated at: WebCore/page/EventHandler.cpp:182