Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.cpp155 LayoutUnit previousRegionLogicalWidth = 0; in validateRegions() local
180 … if (m_regionsHaveUniformLogicalWidth && previousRegionLogicalWidth != regionLogicalWidth) in validateRegions()
186 previousRegionLogicalWidth = regionLogicalWidth; in validateRegions()