Home
last modified time | relevance | path

Searched defs:targetNode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/page/
DMouseEventWithHitTestResults.cpp36 Node* MouseEventWithHitTestResults::targetNode() const in targetNode() function in WebCore::MouseEventWithHitTestResults
DEventHandler.cpp452 Node* targetNode = event.targetNode(); in handleMouseDraggedEvent() local
534 void EventHandler::updateSelectionForMouseDrag(Node* targetNode, const IntPoint& localPoint) in updateSelectionForMouseDrag()
1662 void EventHandler::updateMouseEventTargetNode(Node* targetNode, const PlatformMouseEvent& mouseEven… in updateMouseEventTargetNode()
1737 bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, bool /*cance… in dispatchMouseEvent()
/external/webkit/WebCore/loader/
DMediaDocument.cpp157 Node* targetNode = event->target()->toNode(); in defaultEventHandler() local
/external/webkit/WebCore/html/
DHTMLFormElement.cpp156 Node* targetNode = event->target()->toNode(); in handleLocalEvents() local
/external/webkit/WebCore/dom/
DNode.cpp2434 static inline bool tryAddEventListener(Node* targetNode, const AtomicString& eventType, PassRefPtr<… in tryAddEventListener()
2479 static inline bool tryRemoveEventListener(Node* targetNode, const AtomicString& eventType, EventLis… in tryRemoveEventListener()
/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp1378 void ApplyStyleCommand::pushDownTextDecorationStyleAroundNode(Node* targetNode, bool forceNegate) in pushDownTextDecorationStyleAroundNode()