Searched refs:topNodeEventContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DWindowEventContext.cpp38 WindowEventContext::WindowEventContext(Event* event, PassRefPtrWillBeRawPtr<Node> node, const NodeEventContext* topNodeEventContext) argument
45 Node* topLevelContainer = topNodeEventContext ? topNodeEventContext->node() : node.get();
50 m_target = topNodeEventContext ? topNodeEventContext->target() : node.get();
H A DEventDispatcher.h62 const NodeEventContext* topNodeEventContext();
H A DEventDispatcher.cpp118 WindowEventContext windowEventContext(m_event.get(), m_node.get(), topNodeEventContext());
230 const NodeEventContext* EventDispatcher::topNodeEventContext() function in class:WebCore::EventDispatcher

Completed in 91 milliseconds