OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:effCol
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp
45
void AutoTableLayout::recalcColumn(unsigned
effCol
)
47
Layout& columnLayout = m_layoutStruct[
effCol
];
62
RenderTableSection::CellStruct current = section->cellAt(i,
effCol
);
119
} else if (!
effCol
|| section->primaryCellAt(i,
effCol
- 1) != cell) {
159
unsigned
effCol
= m_table->colToEffCol(currentColumn);
161
if (!colLogicalWidth.isAuto() && span == 1 &&
effCol
< nEffCols && m_table->spanOfEffCol(
effCol
) == 1) {
162
m_layoutStruct[
effCol
].logicalWidth = colLogicalWidth;
163
if (colLogicalWidth.isFixed() && m_layoutStruct[
effCol
].maxLogicalWidth < colLogicalWidth.value()
[
all
...]
RenderTable.cpp
[
all
...]
Completed in 52 milliseconds