Searched defs:LayoutState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutState.cpp27 #include "core/rendering/LayoutState.h"
36 LayoutState::LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView& view) function in class:blink::LayoutState
49 LayoutState::LayoutState(RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo, bool containingBlockLogicalWidthChanged) function in class:blink::LayoutState
102 LayoutState::LayoutState(RenderObject& root) function in class:blink::LayoutState
111 // FIXME: Why does RenderTableSection create this wonky LayoutState?
124 LayoutState::~LayoutState()
[all...]
H A DLayoutState.h42 class LayoutState { class in namespace:blink
43 WTF_MAKE_NONCOPYABLE(LayoutState);
45 // Constructor for root LayoutState created by RenderView
46 LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView&);
48 explicit LayoutState(RenderObject& root);
50 LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0, bool containingBlockLogicalWidthChanged = false);
51 LayoutState(RenderInline&);
53 ~LayoutState();
73 LayoutState* next() const { return m_next; }
92 LayoutState* m_nex
[all...]

Completed in 1069 milliseconds