Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisiblePosition.cpp605 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition() local
606 if (prevIsInSameEditableElement && !nextIsInSameEditableElement) in canonicalPosition()
609 if (nextIsInSameEditableElement && !prevIsInSameEditableElement) in canonicalPosition()
612 if (!nextIsInSameEditableElement && !prevIsInSameEditableElement) in canonicalPosition()