Home
last modified time | relevance | path

Searched defs:rootEditableElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
DVisiblePosition.h85 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.node()->… in rootEditableElement() function
DSelectionController.h49 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } in rootEditableElement() function
DVisibleSelection.cpp577 Element* VisibleSelection::rootEditableElement() const in rootEditableElement() function in WebCore::VisibleSelection
Dhtmlediting.cpp503 Node* rootEditableElement = pos.node()->rootEditableElement(); in firstInSpecialElement() local
519 Node* rootEditableElement = pos.node()->rootEditableElement(); in lastInSpecialElement() local
/external/webkit/WebCore/dom/
DNode.cpp1564 Element* Node::rootEditableElement() const in rootEditableElement() function in WebCore::Node