Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DVisiblePosition.h82 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecat… in rootEditableElement() function
H A DFormatBlockCommand.cpp111 Element* rootEditableElement = range->startContainer()->rootEditableElement(); in elementForFormatBlockCommand() local
H A DSelectionController.h67 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } in rootEditableElement() function
H A DVisibleSelection.cpp595 Element* VisibleSelection::rootEditableElement() const in rootEditableElement() function in WebCore::VisibleSelection
H A Dhtmlediting.cpp428 Node* rootEditableElement = pos.deprecatedNode()->rootEditableElement(); in firstInSpecialElement() local
444 Node* rootEditableElement = pos.deprecatedNode()->rootEditableElement(); in lastInSpecialElement() local
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_nodeimpl.cpp1156 ElementImpl *NodeImpl::rootEditableElement() const in rootEditableElement() function in NodeImpl
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DNode.cpp1764 Element* Node::rootEditableElement() const in rootEditableElement() function in WebCore::Node