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.cpp110 m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); in nextLeafChild()
157 InlineBox* next = box->nextLeafChildIgnoringLineBreak(); in rightBoundaryOfBidiRun()
DVisiblePosition.cpp328 InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in rightVisuallyDistinctCandidate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.cpp263 InlineBox* InlineBox::nextLeafChildIgnoringLineBreak() const in nextLeafChildIgnoringLineBreak() function in blink::InlineBox
DInlineBox.h177 InlineBox* nextLeafChildIgnoringLineBreak() const;
DRenderText.cpp497 if (!box->nextLeafChildIgnoringLineBreak()) { in lineDirectionPointFitsInBox()
559 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
568 const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
579 nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); in createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi()
DRootInlineBox.cpp497 firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak(); in closestLeafChildForLogicalLeftPosition()
517 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) { in closestLeafChildForLogicalLeftPosition()
DRenderBlock.cpp2695 if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) in positionForPointWithInlineChildren()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp1176 while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()
1197 InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak(); in getInlineBoxAndOffset()
1208 while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) { in getInlineBoxAndOffset()