Home
last modified time | relevance | path

Searched refs:highestEditableRoot (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisiblePosition.cpp461 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditingBoundaryAtOrBefore()
470 if (highestEditableRoot(pos.deepEquivalent()) == highestRoot) in honorEditingBoundaryAtOrBefore()
487 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditingBoundaryAtOrAfter()
496 if (highestEditableRoot(pos.deepEquivalent()) == highestRoot) in honorEditingBoundaryAtOrAfter()
513 Node* highestRoot = highestEditableRoot(deepEquivalent()); in skipToStartOfEditingBoundary()
514 Node* highestRootOfPos = highestEditableRoot(pos.deepEquivalent()); in skipToStartOfEditingBoundary()
533 Node* highestRoot = highestEditableRoot(deepEquivalent()); in skipToEndOfEditingBoundary()
534 Node* highestRootOfPos = highestEditableRoot(pos.deepEquivalent()); in skipToEndOfEditingBoundary()
DVisibleUnits.cpp82 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); in previousRootInlineBoxCandidatePosition()
89 … if (highestEditableRoot(firstPositionInOrBeforeNode(previousNode), editableType) != highestRoot) in previousRootInlineBoxCandidatePosition()
105 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); in nextRootInlineBoxCandidatePosition()
111 if (highestEditableRoot(firstPositionInOrBeforeNode(nextNode), editableType) != highestRoot) in nextRootInlineBoxCandidatePosition()
768 if (Node* editableRoot = highestEditableRoot(c.deepEquivalent())) { in startOfLine()
864 if (Node* editableRoot = highestEditableRoot(c.deepEquivalent())) { in endOfLine()
1108 Node* highestRoot = highestEditableRoot(p); in startOfParagraph()
1186 Node* highestRoot = highestEditableRoot(p); in endOfParagraph()
1390 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in startOfEditableContent()
1399 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in endOfEditableContent()
Dhtmlediting.cpp114 Node* highestEditableRoot(const Position& position, EditableType editableType) in highestEditableRoot() function
552 Node* root = highestEditableRoot(p); in enclosingNodeWithTag()
572 Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; in enclosingNodeOfType()
590 Node* root = rule == CannotCrossEditingBoundary ? highestEditableRoot(p) : 0; in highestEnclosingNodeOfType()
652 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); in enclosingList()
670 Node* root = highestEditableRoot(firstPositionInOrBeforeNode(node)); in enclosingListChild()
DVisibleSelection.cpp530 Node* baseRoot = highestEditableRoot(m_base); in adjustSelectionToAvoidCrossingEditingBoundaries()
531 Node* startRoot = highestEditableRoot(m_start); in adjustSelectionToAvoidCrossingEditingBoundaries()
532 Node* endRoot = highestEditableRoot(m_end); in adjustSelectionToAvoidCrossingEditingBoundaries()
Dhtmlediting.h56 Node* highestEditableRoot(const Position&, EditableType = ContentIsEditable);
DSpellChecker.cpp191 Node* topNode = highestEditableRoot(position); in advanceToNextMisspelling()
DFrameSelection.cpp1393 root = highestEditableRoot(m_selection.start()); in selectAll()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp1760 if (indexPosition.isNull() || highestEditableRoot(indexPosition, HasEditableAXRole) != node) in indexForVisiblePosition()