HomeSort by relevance Sort by last modified time
    Searched full:effwidth (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 264 if (m_layoutStruct[i].effWidth.isPercent()) {
265 int percent = min(m_layoutStruct[i].effWidth.rawValue(), remainingPercent);
295 effWidth is the same as width for cells without colspans. If we have colspans, they get modified.
305 m_layoutStruct[i].effWidth = m_layoutStruct[i].width;
342 // IE resets effWidth to Auto here, but this breaks the konqueror about page and seems to be some bad
358 if (!m_layoutStruct[lastCol].effWidth.isPercent()) {
359 m_layoutStruct[lastCol].effWidth = Length();
363 totalPercent += m_layoutStruct[lastCol].effWidth.rawValue();
389 if (!(m_layoutStruct[pos].effWidth.isPercent()))
394 if (!(m_layoutStruct[pos].effWidth.isPercent()))
    [all...]
FixedTableLayout.cpp 101 int effWidth = 0;
103 effWidth = w.value();
123 usedWidth += effWidth * spanInCurrentEffectiveColumn;
163 int effWidth = 0;
165 effWidth = w.value();
175 usedWidth += effWidth * eSpan / span;
AutoTableLayout.h 66 Length effWidth;

Completed in 206 milliseconds