Searched defs:rootEditableElement (Results 1 – 5 of 5) sorted by relevance
85 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.node()->… in rootEditableElement() function
49 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } in rootEditableElement() function
577 Element* VisibleSelection::rootEditableElement() const in rootEditableElement() function in WebCore::VisibleSelection
503 Node* rootEditableElement = pos.node()->rootEditableElement(); in firstInSpecialElement() local519 Node* rootEditableElement = pos.node()->rootEditableElement(); in lastInSpecialElement() local
1564 Element* Node::rootEditableElement() const in rootEditableElement() function in WebCore::Node