Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DLayoutState.cpp104 m_layoutDelta = m_next->m_layoutDelta; in LayoutState()
DLayoutState.h88 IntSize m_layoutDelta; // Transient offset from the final position of the object variable
DRenderView.h111 return m_layoutState ? m_layoutState->m_layoutDelta : IntSize(); in layoutDelta()
116 m_layoutState->m_layoutDelta += delta; in addLayoutDelta()