HomeSort by relevance Sort by last modified time
    Searched refs:topEventContext (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
WindowEventContext.cpp 38 WindowEventContext::WindowEventContext(Event* event, PassRefPtr<Node> node, const EventContext* topEventContext)
45 Node* topLevelContainer = topEventContext ? topEventContext->node() : node.get();
50 m_target = topEventContext ? topEventContext->target() : node.get();
EventDispatcher.h 66 const EventContext* topEventContext();
EventDispatcher.cpp 290 WindowEventContext windowContext(event.get(), m_node.get(), topEventContext());
372 const EventContext* EventDispatcher::topEventContext()

Completed in 187 milliseconds