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

/external/webkit/Source/WebCore/rendering/
H A DRenderView.h106 // layoutDelta is used transiently during layout to store how far an object has moved from its
108 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
109 IntSize layoutDelta() const function in class:WebCore::RenderView
134 // Note that even when disabled, LayoutState is still used to store layoutDelta.
192 // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
302 // We push state even if disabled, because we still need to store layoutDelta

Completed in 74 milliseconds