Home | History | Annotate | Download | only in rendering

Lines Matching refs:foundBox

1270 float InlineFlowBox::placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, bool& foundBox)
1273 // We iterate over all children, the foundBox variable tells us when we've found the
1279 // NOTE: these will cross after foundBox = true.
1284 int currResult = box->placeEllipsisBox(ltr, visibleLeftEdge, visibleRightEdge, ellipsisWidth, foundBox);