Home | History | Annotate | Download | only in rendering

Lines Matching refs:effectiveLogicalWidth

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 effectiveLogicalWidth.isPercent())
375 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent()) {
380 m_layoutStruct[pos].effectiveLogicalWidth.setValue(Percent, percent);
382 m_layoutStruct[pos].effectiveLogicalWidth = Length();
510 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
541 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
552 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent()) {
568 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
579 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
593 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
606 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
619 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
637 if (m_layoutStruct[i].effectiveLogicalWidth.isAuto() && m_layoutStruct[i].emptyCellsOnly)
658 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
664 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
680 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
686 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
702 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
708 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
724 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;
730 Length& logicalWidth = m_layoutStruct[i].effectiveLogicalWidth;