Home
last modified time | relevance | path

Searched refs:floatRightWidth (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.cpp4158 int floatLeftWidth = 0, floatRightWidth = 0; in calcBlockPrefWidths() local
4167 int floatTotalWidth = floatLeftWidth + floatRightWidth; in calcBlockPrefWidths()
4174 floatRightWidth = 0; in calcBlockPrefWidths()
4205 …int maxRight = marginRight > 0 ? max(floatRightWidth, marginRight) : floatRightWidth + marginRight; in calcBlockPrefWidths()
4207 w = max(w, floatLeftWidth + floatRightWidth); in calcBlockPrefWidths()
4210 m_maxPrefWidth = max(floatLeftWidth + floatRightWidth, m_maxPrefWidth); in calcBlockPrefWidths()
4211 floatLeftWidth = floatRightWidth = 0; in calcBlockPrefWidths()
4218 floatRightWidth += w; in calcBlockPrefWidths()
4251 m_maxPrefWidth = max(floatLeftWidth + floatRightWidth, m_maxPrefWidth); in calcBlockPrefWidths()