Searched refs:addLayoutDelta (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderView.h119 void addLayoutDelta(const IntSize& delta) function in class:WebCore::RenderView
H A DRenderBlock.cpp1194 view()->addLayoutDelta(IntSize(child->x() - chPos, 0));
1215 view()->addLayoutDelta(IntSize(child->x() - chPos, 0));
1351 view()->addLayoutDelta(IntSize(0, child->y() - yPosEstimate));
1384 view()->addLayoutDelta(IntSize(0, yPosEstimate - yAfterClear));
1423 view()->addLayoutDelta(childOffset);

Completed in 78 milliseconds