HomeSort by relevance Sort by last modified time
    Searched defs:NodeEventContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
NodeEventContext.cpp 28 #include "core/events/NodeEventContext.h"
38 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NodeEventContext)
40 NodeEventContext::NodeEventContext(PassRefPtrWillBeRawPtr<Node> node, PassRefPtrWillBeRawPtr<EventTarget> currentTarget)
47 void NodeEventContext::trace(Visitor* visitor)
54 void NodeEventContext::handleLocalEvents(Event* event) const
NodeEventContext.h 40 class NodeEventContext {
42 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(NodeEventContext);
45 NodeEventContext(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<EventTarget> currentTarget);
69 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::NodeEventContext);
72 template <> struct VectorTraits<blink::NodeEventContext> : SimpleClassVectorTraits<blink::NodeEventContext> {

Completed in 58 milliseconds