Searched refs:WindowEventContext (Results 1 - 4 of 4) sorted by last modified time

/external/webkit/Source/WebCore/
H A DAndroid.mk216 dom/WindowEventContext.cpp \
/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.cpp46 #include "WindowEventContext.h"
290 WindowEventContext windowContext(event.get(), m_node.get(), topEventContext());
H A DWindowEventContext.cpp28 #include "WindowEventContext.h"
38 WindowEventContext::WindowEventContext(Event* event, PassRefPtr<Node> node, const EventContext* topEventContext) function in class:WebCore::WindowEventContext
53 bool WindowEventContext::handleLocalEvents(Event* event)
H A DWindowEventContext.h40 class WindowEventContext { class in namespace:WebCore
42 WindowEventContext(Event*, PassRefPtr<Node>, const EventContext*);
53 inline DOMWindow* WindowEventContext::window() const
58 inline EventTarget* WindowEventContext::target() const

Completed in 100 milliseconds