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

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

Completed in 263 milliseconds