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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 27 #include "core/rendering/LayoutState.h"
37 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
135 LayoutState::LayoutState(RenderObject* root)
164 void* LayoutState::operator new(size_t sz)
169 void LayoutState::operator delete(void* ptr)
174 void LayoutState::clearPaginationInformation()
181 LayoutUnit LayoutState::pageLogicalOffset(RenderBox* child, LayoutUnit childLogicalOffset) cons
    [all...]
LayoutState.h 42 class LayoutState {
43 WTF_MAKE_NONCOPYABLE(LayoutState);
45 LayoutState()
64 LayoutState(LayoutState*, RenderBox*, const LayoutSize& offset, LayoutUnit pageHeight, bool pageHeightChanged, ColumnInfo*);
65 LayoutState(RenderObject*);
67 // LayoutState is allocated out of the rendering partition.
113 LayoutState* m_next;

Completed in 282 milliseconds