Searched refs:elementUnderMouse (Results 1 – 2 of 2) sorted by relevance
314 static Element* elementUnderMouse(Document* documentUnderMouse, const IntPoint& p) in elementUnderMouse() function368 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point); in tryDocumentDrag()461 Element* element = elementUnderMouse(m_documentUnderMouse.get(), point); in concludeEditDrag()
363 var elementUnderMouse = this.treeElementFromPoint(x, y);366 if (elementUnderMouse === elementAboveMouse)367 element = elementUnderMouse;