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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutState.cpp49 LayoutState::LayoutState(RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo, bool containingBlockLogicalWidthChanged) argument
50 : m_containingBlockLogicalWidthChanged(containingBlockLogicalWidthChanged)
H A DLayoutState.h50 LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeightLogicalChanged = false, ColumnInfo* = 0, bool containingBlockLogicalWidthChanged = false);
71 bool containingBlockLogicalWidthChanged() const { return m_containingBlockLogicalWidthChanged; } function in class:blink::LayoutState

Completed in 1104 milliseconds