Home
last modified time | relevance | path

Searched defs:highestRoot (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp413 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditableBoundaryAtOrBefore() local
439 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditableBoundaryAtOrAfter() local
Dvisible_units.cpp504 Node* highestRoot = highestEditableRoot(p); in previousLinePosition() local
615 Node* highestRoot = highestEditableRoot(p); in nextLinePosition() local
757 Node* highestRoot = highestEditableRoot(p); in startOfParagraph() local
829 Node* highestRoot = highestEditableRoot(p); in endOfParagraph() local
1029 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in startOfEditableContent() local
1038 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in endOfEditableContent() local
Dhtmlediting.cpp141 Node* highestRoot = editableRootForPosition(position); in highestEditableRoot() local
277 …siblePosition firstEditablePositionAfterPositionInRoot(const Position& position, Node* highestRoot) in firstEditablePositionAfterPositionInRoot()
298 …siblePosition lastEditablePositionBeforePositionInRoot(const Position& position, Node* highestRoot) in lastEditablePositionBeforePositionInRoot()