Searched refs:prevLeafChild (Results 1 – 8 of 8) sorted by relevance
137 InlineBox* prevBox = box->prevLeafChild(); in leftVisuallyDistinctCandidate()161 InlineBox* prevBox = box->prevLeafChild(); in leftVisuallyDistinctCandidate()200 prevBox = prevBox->prevLeafChild(); in leftVisuallyDistinctCandidate()217 while (InlineBox* prevBox = box->prevLeafChild()) { in leftVisuallyDistinctCandidate()331 prevBox = prevBox->prevLeafChild(); in rightVisuallyDistinctCandidate()361 while (InlineBox* prevBox = box->prevLeafChild()) { in rightVisuallyDistinctCandidate()
426 endBox = endBox->prevLeafChild(); in endPositionForLine()1180 InlineBox* previousLeaf = box->prevLeafChild(); in leftmostPositionInRTLBoxInLTRBlock()1205 InlineBox* previousLeaf = box->prevLeafChild(); in rightmostPositionInLTRBoxInRTLBlock()1218 previousLeaf = previousLeaf->prevLeafChild(); in rightmostPositionInLTRBoxInRTLBlock()1229 InlineBox* previousLeaf = box->prevLeafChild(); in lastWordBreakInBox()1407 …for (const InlineBox* adjacentBox = box; adjacentBox; adjacentBox = adjacentBox->prevLeafChild())… in leftWordBoundary()1468 return leftWordBoundary(box->prevLeafChild(), invalidOffset, blockDirection); in leftWordPosition()1499 return leftWordBoundary(box->prevLeafChild(), invalidOffset, blockDirection); in leftWordPosition()
617 otherBox = otherBox->prevLeafChild(); in upstream()740 otherBox = otherBox->prevLeafChild(); in downstream()1129 prevBox = prevBox->prevLeafChild(); in getInlineBoxAndOffset()1143 InlineBox* prevBox = inlineBox->prevLeafChild(); in getInlineBoxAndOffset()1156 while (InlineBox* prevBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset()1167 InlineBox* prevBox = inlineBox->prevLeafChild(); in getInlineBoxAndOffset()1178 while (InlineBox* tertiaryBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset()1189 while (InlineBox* prevBox = inlineBox->prevLeafChild()) { in getInlineBoxAndOffset()
254 InlineBox* InlineBox::prevLeafChild() const in prevLeafChild() function in WebCore::InlineBox260 leaf = parent()->prevLeafChild(); in prevLeafChild()
210 InlineBox* prevLeafChild() const;
391 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()
33434 (khtml::InlineBox::prevLeafChild):
88399 (WebCore::InlineBox::prevLeafChild):