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

  /external/webkit/Source/WebCore/rendering/
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...]
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;

Completed in 33 milliseconds