Home | History | Annotate | Download | only in rendering

Lines Matching refs:foundBox

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