Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFlowThreadController.cpp166 bool needsTwoPassLayout = false; in updateFlowThreadsNeedingLayout() local
173 needsTwoPassLayout = true; in updateFlowThreadsNeedingLayout()
176 if (needsTwoPassLayout) in updateFlowThreadsNeedingLayout()
179 return needsTwoPassLayout; in updateFlowThreadsNeedingLayout()
184 bool needsTwoPassLayout = false; in updateFlowThreadsNeedingTwoStepLayout() local
189 needsTwoPassLayout = true; in updateFlowThreadsNeedingTwoStepLayout()
194 if (needsTwoPassLayout) in updateFlowThreadsNeedingTwoStepLayout()
197 return needsTwoPassLayout; in updateFlowThreadsNeedingTwoStepLayout()