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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventContext.cpp 28 #include "core/dom/EventContext.h"
40 EventContext::EventContext(PassRefPtr<Node> node, PassRefPtr<EventTarget> currentTarget, PassRefPtr<EventTarget> target)
49 EventContext::~EventContext()
53 void EventContext::adoptEventPath(Vector<RefPtr<Node> >& nodes)
58 void EventContext::handleLocalEvents(Event* event) const
65 bool EventContext::isMouseOrFocusEventContext() const
70 bool EventContext::isTouchEventContext() const
76 : EventContext(node, currentTarget, target
    [all...]
WindowEventContext.h 36 class EventContext;
42 WindowEventContext(Event*, PassRefPtr<Node>, const EventContext*);
EventContext.h 41 class EventContext {
44 EventContext(PassRefPtr<Node>, PassRefPtr<EventTarget> currentTarget, PassRefPtr<EventTarget> target);
45 virtual ~EventContext();
68 typedef Vector<OwnPtr<EventContext>, 32> EventPath;
70 class MouseOrFocusEventContext : public EventContext {
84 class TouchEventContext : public EventContext {
105 inline TouchEventContext* toTouchEventContext(EventContext* eventContext)
107 ASSERT_WITH_SECURITY_IMPLICATION(!eventContext || eventContext->isTouchEventContext())
    [all...]
WindowEventContext.cpp 32 #include "core/dom/EventContext.h"
38 WindowEventContext::WindowEventContext(Event* event, PassRefPtr<Node> node, const EventContext* topEventContext)
EventDispatcher.h 29 #include "core/dom/EventContext.h"
65 const EventContext* topEventContext();
EventDispatcher.cpp 30 #include "core/dom/EventContext.h"
148 const EventContext& eventContext = *m_event->eventPath()[i];
149 if (eventContext.currentTargetSameAsTarget())
151 eventContext.handleLocalEvents(m_event.get());
171 const EventContext& eventContext = *m_event->eventPath()[i];
172 if (eventContext.currentTargetSameAsTarget())
178 eventContext.handleLocalEvents(m_event.get());
222 const EventContext* EventDispatcher::topEventContext(
    [all...]
EventRetargeter.cpp 25 #include "core/dom/EventContext.h"
102 eventPath.append(adoptPtr(new EventContext(node, eventTargetRespectingTargetRules(node), targetStack.last())));
Node.h 55 class EventContext;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \
webcore_dom.target.darwin-mips.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \
webcore_dom.target.darwin-x86.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \
webcore_dom.target.linux-arm.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \
webcore_dom.target.linux-mips.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \
webcore_dom.target.linux-x86.mk 86 third_party/WebKit/Source/core/dom/EventContext.cpp \

Completed in 594 milliseconds