Searched refs:LayoutState (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DLayoutState.h40 class LayoutState { class in namespace:WebCore
41 WTF_MAKE_NONCOPYABLE(LayoutState);
43 LayoutState() function in class:WebCore::LayoutState
55 LayoutState(LayoutState*, RenderBox*, const IntSize& offset, int pageHeight, bool pageHeightChanged, ColumnInfo*);
56 LayoutState(RenderObject*);
97 LayoutState* m_next;
H A DLayoutState.cpp27 #include "LayoutState.h"
37 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo) function in class:WebCore::LayoutState
109 LayoutState::LayoutState(RenderObject* root) function in class:WebCore::LayoutState
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
[all...]
H A DRenderView.h26 #include "LayoutState.h"
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);
202 LayoutState* state = m_layoutState;
246 LayoutState* m_layoutState;
269 // Stack-based class to assist with LayoutState pus
[all...]
H A DRenderView.cpp128 LayoutState state;
730 m_layoutState = new (renderArena()) LayoutState(root);
H A DRenderInline.cpp1035 // LayoutState is only valid for root-relative repainting
1037 LayoutState* layoutState = v->layoutState();
1126 LayoutState* layoutState = v->layoutState();
H A DRenderBox.cpp1204 LayoutState* layoutState = v->layoutState();
1410 // LayoutState is only valid for root-relative repainting
1412 LayoutState* layoutState = v->layoutState();
H A DRenderBlock.cpp2274 // FIXME: Avoid disabling LayoutState. At the very least, don't disable it for floats originating
6019 LayoutState* layoutState = view()->layoutState();
6080 LayoutState* layoutState = view()->layoutState();
6112 LayoutState* layoutState = view()->layoutState();
/external/webkit/Source/WebCore/
H A DAndroid.mk849 rendering/LayoutState.cpp \

Completed in 526 milliseconds