HomeSort by relevance Sort by last modified time
    Searched defs:maxLogicalWidth (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.h 54 , maxLogicalWidth(0)
65 int maxLogicalWidth;
AutoTableLayout.cpp 75 columnLayout.maxLogicalWidth = max<int>(columnLayout.maxLogicalWidth, 1);
79 if (cell->maxPreferredLogicalWidth() > columnLayout.maxLogicalWidth) {
80 columnLayout.maxLogicalWidth = cell->maxPreferredLogicalWidth();
129 if (m_table->document()->inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
135 columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, columnLayout.minLogicalWidth);
163 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
164 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
260 int maxLogicalWidth = 0
    [all...]
RenderText.cpp 867 float RenderText::maxLogicalWidth() const
    [all...]
RenderBox.cpp     [all...]

Completed in 58 milliseconds