Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h660 bool logicalWidthChangedInRegions(RenderFlowThread*) const;
DRenderDeprecatedFlexibleBox.cpp265 if (logicalWidthChangedInRegions(flowThread)) in layoutBlock()
DRenderGrid.cpp264 if (logicalWidthChangedInRegions(flowThread)) in layoutBlock()
DRenderFlexibleBox.cpp240 if (logicalWidthChangedInRegions(flowThread)) in layoutBlock()
DRenderBlockFlow.cpp271 if (logicalWidthChangedInRegions(flowThread)) in layoutBlock()
DRenderBlock.cpp5615 bool RenderBlock::logicalWidthChangedInRegions(RenderFlowThread* flowThread) const in logicalWidthChangedInRegions() function in WebCore::RenderBlock