Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp290 …Position positionOnRight = primaryDirection == LTR ? nextVisuallyDistinctCandidate(m_deepPosition)… in rightVisuallyDistinctCandidate() local
291 if (positionOnRight.isNull()) in rightVisuallyDistinctCandidate()
296positionOnRight.getInlineBoxAndOffset(m_affinity, primaryDirection, boxOnRight, offsetOnRight); in rightVisuallyDistinctCandidate()
299 return positionOnRight; in rightVisuallyDistinctCandidate()