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

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 40 class LayoutState {
41 WTF_MAKE_NONCOPYABLE(LayoutState);
43 LayoutState()
55 LayoutState(LayoutState*, RenderBox*, const IntSize& offset, int pageHeight, bool pageHeightChanged, ColumnInfo*);
56 LayoutState(RenderObject*);
97 LayoutState* m_next;
LayoutState.cpp 27 #include "LayoutState.h"
37 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
109 LayoutState::LayoutState(RenderObject* root)
135 void LayoutState::destroy(RenderArena* renderArena)
147 void* LayoutState::operator new(size_t sz, RenderArena* renderArena) throw()
152 void LayoutState::operator delete(void* ptr, size_t sz)
158 void LayoutState::clearPaginationInformation(
    [all...]
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...]
RenderView.cpp 128 LayoutState state;
730 m_layoutState = new (renderArena()) LayoutState(root);
RenderInline.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/
Android.mk 849 rendering/LayoutState.cpp \
    [all...]

Completed in 88 milliseconds