Searched refs:mousePressNode (Results 1 – 3 of 3) sorted by relevance
660 if (Node* mousePressNode = newFocusedFrame->eventHandler().mousePressNode()) { in clearSelectionIfNeeded() local661 if (mousePressNode->renderer() && !mousePressNode->canStartSelection()) { in clearSelectionIfNeeded()
99 Node* mousePressNode() const;
889 Node* EventHandler::mousePressNode() const in mousePressNode() function in WebCore::EventHandler