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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 336 LayoutUnit colLogicalWidth = pageLogicalWidth();
344 colLogicalLeft += index * (colLogicalWidth + colGap);
346 colLogicalLeft += contentLogicalWidth() - colLogicalWidth - index * (colLogicalWidth + colGap);
352 return LayoutRect(colLogicalLeft, colLogicalTop, colLogicalWidth, colLogicalHeight);
353 return LayoutRect(colLogicalTop, colLogicalLeft, colLogicalHeight, colLogicalWidth);
504 LayoutUnit colLogicalWidth = pageLogicalWidth();
530 LayoutUnit inlineOffset = progressionIsInline ? i * (colLogicalWidth + colGap) : LayoutUnit();
AutoTableLayout.cpp 156 Length colLogicalWidth = column->style()->logicalWidth();
157 if (colLogicalWidth.isAuto())
158 colLogicalWidth = groupLogicalWidth;
159 if ((colLogicalWidth.isFixed() || colLogicalWidth.isPercent()) && colLogicalWidth.isZero())
160 colLogicalWidth = Length();
163 if (!colLogicalWidth.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
164 m_layoutStruct[effCol].logicalWidth = colLogicalWidth;
165 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
    [all...]
RenderBlock.cpp     [all...]

Completed in 71 milliseconds