Searched refs:floatRightWidth (Results 1 – 1 of 1) sorted by relevance
4395 LayoutUnit floatLeftWidth = 0, floatRightWidth = 0; in computeBlockPreferredLogicalWidths() local4405 LayoutUnit floatTotalWidth = floatLeftWidth + floatRightWidth; in computeBlockPreferredLogicalWidths()4412 floatRightWidth = 0; in computeBlockPreferredLogicalWidths()4459 …youtUnit maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRight… in computeBlockPreferredLogicalWidths()4461 w = max(w, floatLeftWidth + floatRightWidth); in computeBlockPreferredLogicalWidths()4464 maxLogicalWidth = max(floatLeftWidth + floatRightWidth, maxLogicalWidth); in computeBlockPreferredLogicalWidths()4465 floatLeftWidth = floatRightWidth = 0; in computeBlockPreferredLogicalWidths()4472 floatRightWidth += w; in computeBlockPreferredLogicalWidths()4483 maxLogicalWidth = max(floatLeftWidth + floatRightWidth, maxLogicalWidth); in computeBlockPreferredLogicalWidths()