HomeSort by relevance Sort by last modified time
    Searched defs:layoutState (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderView.h 26 #include "LayoutState.h"
127 // Returns true if layoutState should be used for its cached offset and clip.
129 LayoutState* layoutState() const { return m_layoutState; }
131 // Suspends the LayoutState optimization. Used under transforms that cannot be represented by
132 // LayoutState (common in SVG) and when manipulating the render tree during layout in ways
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.
194 m_layoutState = new (renderArena()) LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo)
    [all...]
RenderInline.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 279 milliseconds