HomeSort by relevance Sort by last modified time
    Searched refs:effectiveLogicalWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.h 61 Length effectiveLogicalWidth;
AutoTableLayout.cpp 242 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent()) {
243 float percent = min(static_cast<float>(m_layoutStruct[i].effectiveLogicalWidth.percent()), remainingPercent);
286 m_layoutStruct[i].effectiveLogicalWidth = m_layoutStruct[i].logicalWidth;
341 if (!columnLayout.effectiveLogicalWidth.isPercent()) {
342 columnLayout.effectiveLogicalWidth = Length();
345 totalPercent += columnLayout.effectiveLogicalWidth.percent();
370 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent())
375 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent()) {
380 m_layoutStruct[pos].effectiveLogicalWidth.setValue(Percent, percent);
382 m_layoutStruct[pos].effectiveLogicalWidth = Length()
    [all...]

Completed in 154 milliseconds