highestEditableRoot 1768 Source/core/accessibility/AXRenderObject.cpp if (indexPosition.isNull() || highestEditableRoot(indexPosition, HasEditableAXRole) != node) highestEditableRoot 1376 Source/core/editing/FrameSelection.cpp root = highestEditableRoot(m_selection.start()); highestEditableRoot 191 Source/core/editing/SpellChecker.cpp Node* topNode = highestEditableRoot(position); highestEditableRoot 460 Source/core/editing/VisiblePosition.cpp Node* highestRoot = highestEditableRoot(deepEquivalent()); highestEditableRoot 469 Source/core/editing/VisiblePosition.cpp if (highestEditableRoot(pos.deepEquivalent()) == highestRoot) highestEditableRoot 486 Source/core/editing/VisiblePosition.cpp Node* highestRoot = highestEditableRoot(deepEquivalent()); highestEditableRoot 495 Source/core/editing/VisiblePosition.cpp if (highestEditableRoot(pos.deepEquivalent()) == highestRoot) highestEditableRoot 512 Source/core/editing/VisiblePosition.cpp Node* highestRoot = highestEditableRoot(deepEquivalent()); highestEditableRoot 513 Source/core/editing/VisiblePosition.cpp Node* highestRootOfPos = highestEditableRoot(pos.deepEquivalent()); highestEditableRoot 532 Source/core/editing/VisiblePosition.cpp Node* highestRoot = highestEditableRoot(deepEquivalent()); highestEditableRoot 533 Source/core/editing/VisiblePosition.cpp Node* highestRootOfPos = highestEditableRoot(pos.deepEquivalent()); highestEditableRoot 589 Source/core/editing/VisibleSelection.cpp Node* baseRoot = highestEditableRoot(m_base); highestEditableRoot 590 Source/core/editing/VisibleSelection.cpp Node* startRoot = highestEditableRoot(m_start); highestEditableRoot 591 Source/core/editing/VisibleSelection.cpp Node* endRoot = highestEditableRoot(m_end); highestEditableRoot 84 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); highestEditableRoot 91 Source/core/editing/VisibleUnits.cpp if (highestEditableRoot(firstPositionInOrBeforeNode(previousNode), editableType) != highestRoot) highestEditableRoot 107 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); highestEditableRoot 113 Source/core/editing/VisibleUnits.cpp if (highestEditableRoot(firstPositionInOrBeforeNode(nextNode), editableType) != highestRoot) highestEditableRoot 760 Source/core/editing/VisibleUnits.cpp if (Node* editableRoot = highestEditableRoot(c.deepEquivalent())) { highestEditableRoot 852 Source/core/editing/VisibleUnits.cpp if (Node* editableRoot = highestEditableRoot(c.deepEquivalent())) { highestEditableRoot 1096 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(p); highestEditableRoot 1174 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(p); highestEditableRoot 1364 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); highestEditableRoot 1373 Source/core/editing/VisibleUnits.cpp Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); highestEditableRoot 552 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(p); highestEditableRoot 572 Source/core/editing/htmlediting.cpp Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; highestEditableRoot 590 Source/core/editing/htmlediting.cpp Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; highestEditableRoot 652 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); highestEditableRoot 670 Source/core/editing/htmlediting.cpp Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); highestEditableRoot 56 Source/core/editing/htmlediting.h Node* highestEditableRoot(const Position&, EditableType = ContentIsEditable);