Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisiblePosition.cpp334 InlineBox* boxOnRight; in rightVisuallyDistinctCandidate() local
336 … positionOnRight.getInlineBoxAndOffset(m_affinity, primaryDirection, boxOnRight, offsetOnRight); in rightVisuallyDistinctCandidate()
337 if (boxOnRight && boxOnRight->root() == box->root()) in rightVisuallyDistinctCandidate()