Searched refs:containingBlockLogicalWidthChanged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
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
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 DRenderBlock.cpp1417 widthAvailableToChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRecalculation() && view()->layoutState()->containingBlockLogicalWidthChanged();

Completed in 758 milliseconds