Searched defs:LayoutState (Results 1 - 2 of 2) 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...]

Completed in 32 milliseconds