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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 232 if (m_layoutStruct[i].effectiveLogicalWidth.isPercent()) {
233 float percent = std::min(static_cast<float>(m_layoutStruct[i].effectiveLogicalWidth.percent()), remainingPercent);
284 m_layoutStruct[i].effectiveLogicalWidth = m_layoutStruct[i].logicalWidth;
340 if (!columnLayout.effectiveLogicalWidth.isPercent()) {
341 columnLayout.effectiveLogicalWidth = Length();
344 totalPercent += columnLayout.effectiveLogicalWidth.percent();
369 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent())
374 if (!m_layoutStruct[pos].effectiveLogicalWidth.isPercent()) {
379 m_layoutStruct[pos].effectiveLogicalWidth.setValue(Percent, percent);
381 m_layoutStruct[pos].effectiveLogicalWidth = Length()
    [all...]
AutoTableLayout.h 64 Length effectiveLogicalWidth;

Completed in 66 milliseconds