Searched defs:rootEditableElement (Results 1 – 15 of 15) sorted by relevance
89 …Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecat… in rootEditableElement() function
52 PassRefPtrWillBeRawPtr<Element> rootEditableElement() const { return m_rootEditableElement; } in rootEditableElement() function
117 Element* rootEditableElement = range->startContainer()->rootEditableElement(); in elementForFormatBlockCommand() local
382 Element* rootEditableElement = frame().selection().rootEditableElement(); in setSelectionOffsets() local
93 Element* rootEditableElement() const { return m_selection.rootEditableElement(); } in rootEditableElement() function
454 Element* rootEditableElement = pos.containerNode()->rootEditableElement(); in firstInSpecialElement() local471 Element* rootEditableElement = pos.containerNode()->rootEditableElement(); in lastInSpecialElement() local646 Element* rootEditableElement = node ? node->rootEditableElement() : 0; in highestNodeToRemoveInPruning() local
435 RefPtrWillBeRawPtr<Element> rootEditableElement = node->rootEditableElement(); in makeStylingElementsDirectChildrenOfEditableRootToPreventStyleLoss() local
743 Element* VisibleSelection::rootEditableElement() const in rootEditableElement() function in blink::VisibleSelection
259 …wPtr<HTMLElement> ReplacementFragment::insertFragmentForTestRendering(Element* rootEditableElement) in insertFragmentForTestRendering()
109 if (Element* rootEditableElement = frameSelection.rootEditableElement()) { in toggleContinuousSpellChecking() local
198 WebElement WebNode::rootEditableElement() const in rootEditableElement() function in blink::WebNode
132 Element* rootEditableElement() const in rootEditableElement() function
1176 Element* Node::rootEditableElement(EditableType editableType) const in rootEditableElement() function in blink::Node1186 Element* Node::rootEditableElement() const in rootEditableElement() function in blink::Node
487 RefPtrWillBeRawPtr<Element> rootEditableElement = innerFrame->selection().rootEditableElement(); in concludeEditDrag() local
3196 void EventHandler::updateDragStateAfterEditDragIfNeeded(Element* rootEditableElement) in updateDragStateAfterEditDragIfNeeded()