HomeSort by relevance Sort by last modified time
    Searched refs:m_layoutDelta (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 88 IntSize m_layoutDelta; // Transient offset from the final position of the object
LayoutState.cpp 104 m_layoutDelta = m_next->m_layoutDelta;
RenderView.h 111 return m_layoutState ? m_layoutState->m_layoutDelta : IntSize();
116 m_layoutState->m_layoutDelta += delta;

Completed in 182 milliseconds