Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisiblePosition.cpp461 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditingBoundaryAtOrBefore() local
487 Node* highestRoot = highestEditableRoot(deepEquivalent()); in honorEditingBoundaryAtOrAfter() local
513 Node* highestRoot = highestEditableRoot(deepEquivalent()); in skipToStartOfEditingBoundary() local
533 Node* highestRoot = highestEditableRoot(deepEquivalent()); in skipToEndOfEditingBoundary() local
DVisibleUnits.cpp82 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); in previousRootInlineBoxCandidatePosition() local
105 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent(), editableType); in nextRootInlineBoxCandidatePosition() local
1108 Node* highestRoot = highestEditableRoot(p); in startOfParagraph() local
1186 Node* highestRoot = highestEditableRoot(p); in endOfParagraph() local
1390 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in startOfEditableContent() local
1399 Node* highestRoot = highestEditableRoot(visiblePosition.deepEquivalent()); in endOfEditableContent() local
Dhtmlediting.cpp120 Node* highestRoot = editableRootForPosition(position, editableType); in highestEditableRoot() local
259 …siblePosition firstEditablePositionAfterPositionInRoot(const Position& position, Node* highestRoot) in firstEditablePositionAfterPositionInRoot()
284 …siblePosition lastEditablePositionBeforePositionInRoot(const Position& position, Node* highestRoot) in lastEditablePositionBeforePositionInRoot()