Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DRenderedPosition.cpp108 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); in nextLeafChild()
155 InlineBox* next = box->nextLeafChildIgnoringLineBreak(); in rightBoundaryOfBidiRun()
DVisiblePosition.cpp329 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp269 InlineBox* InlineBox::nextLeafChildIgnoringLineBreak() const in nextLeafChildIgnoringLineBreak() function in WebCore::InlineBox
DRenderText.cpp511 if (!box->nextLeafChildIgnoringLineBreak()) { in lineDirectionPointFitsInBox()
574 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
583 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
594 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
DInlineBox.h173 InlineBox* nextLeafChildIgnoringLineBreak() const;
DRootInlineBox.cpp621 firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()
641 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition()
DRenderBlock.cpp3379 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) in positionForPointWithInlineChildren()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp1263 while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()
1279 InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak(); in getInlineBoxAndOffset()
1290 while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()