Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DAutoTableLayout.cpp386 int percentMissing = w.rawValue() - totalPercent; in calcEffectiveWidth() local
395 …int percent = static_cast<int>(percentMissing * static_cast<float>(m_layoutStruct[pos].effMaxWidth… in calcEffectiveWidth()
397 percentMissing -= percent; in calcEffectiveWidth()