Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp4167 int floatTotalWidth = floatLeftWidth + floatRightWidth; in calcBlockPrefWidths() local
4169 m_maxPrefWidth = max(floatTotalWidth, m_maxPrefWidth); in calcBlockPrefWidths()
4173 m_maxPrefWidth = max(floatTotalWidth, m_maxPrefWidth); in calcBlockPrefWidths()