Searched defs:oldChildRects (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp251 ChildFrameRects oldChildRects; local
252 appendChildFrameRects(oldChildRects);
269 repaintChildrenDuringLayoutIfMoved(oldChildRects);
293 void RenderFlexibleBox::repaintChildrenDuringLayoutIfMoved(const ChildFrameRects& oldChildRects) argument
304 child->repaintDuringLayoutIfMoved(oldChildRects[childIndex]);
307 ASSERT(childIndex == oldChildRects.size());

Completed in 385 milliseconds