OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colLogicalWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp
160
Length
colLogicalWidth
= col->style()->logicalWidth();
161
if (
colLogicalWidth
.isAuto())
162
colLogicalWidth
= groupLogicalWidth;
163
if ((
colLogicalWidth
.isFixed() ||
colLogicalWidth
.isPercent()) &&
colLogicalWidth
.isZero())
164
colLogicalWidth
= Length();
166
if (!
colLogicalWidth
.isAuto() && span == 1 && effCol < nEffCols && m_table->spanOfEffCol(effCol) == 1) {
167
m_layoutStruct[effCol].logicalWidth =
colLogicalWidth
;
168
if (
colLogicalWidth
.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value()
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 105 milliseconds