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 55 , maxLogicalWidth(0)
66 int maxLogicalWidth;
AutoTableLayout.cpp 76 columnLayout.maxLogicalWidth = max<int>(columnLayout.maxLogicalWidth, 1);
80 if (cell->maxPreferredLogicalWidth() > columnLayout.maxLogicalWidth) {
81 columnLayout.maxLogicalWidth = cell->maxPreferredLogicalWidth();
130 if (m_table->document().inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
136 columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, columnLayout.minLogicalWidth);
164 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
165 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
277 int maxLogicalWidth = 0
    [all...]
RenderText.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 283 milliseconds