Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp516 bool atEndOfLine = isEndOfLine(VisiblePosition(*this, affinity)); in nextCharacterPosition() local
526 if (atEndOfLine || !rendered) { in nextCharacterPosition()