Home
last modified time | relevance | path

Searched refs:adjustedMargin (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2357 …const float adjustedMargin = (1 - 1.0 / styleToUse->textAutosizingMultiplier()) * getMaxWidthListM… in computeLogicalWidthInRegion() local
2360 computedValues.m_margins.m_end += adjustedMargin; in computeLogicalWidthInRegion()
2362 computedValues.m_margins.m_start += adjustedMargin; in computeLogicalWidthInRegion()