Home
last modified time | relevance | path

Searched refs:m_layoutState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h122 return m_layoutState ? m_layoutState->m_layoutDelta : LayoutSize(); in layoutDelta()
126 if (m_layoutState) { in addLayoutDelta()
127 m_layoutState->m_layoutDelta += delta; in addLayoutDelta()
129m_layoutState->m_layoutDeltaXSaturated |= m_layoutState->m_layoutDelta.width() == LayoutUnit::max(… in addLayoutDelta()
130m_layoutState->m_layoutDeltaYSaturated |= m_layoutState->m_layoutDelta.height() == LayoutUnit::max… in addLayoutDelta()
138 if (!m_layoutState) in layoutDeltaMatches()
140m_layoutState->m_layoutDelta.width() || m_layoutState->m_layoutDeltaXSaturated) && (delta.height()… in layoutDeltaMatches()
153 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; } in layoutStateEnabled()
154 LayoutState* layoutState() const { return m_layoutState; } in layoutState()
229 …if (!doingFullRepaint() || m_layoutState->isPaginated() || renderer->hasColumns() || renderer->flo…
[all …]
DRenderView.cpp62 , m_layoutState(0) in RenderView()
191 ASSERT(m_layoutState == &state); in checkLayoutState()
334 ASSERT(!m_layoutState); in layout()
342 m_layoutState = &state; in layout()
350 m_layoutState = 0; in layout()
357 m_layoutState = 0; in layout()
1090 ASSERT(m_layoutState == 0); in pushLayoutState()
1093 m_layoutState = new LayoutState(root); in pushLayoutState()
1249 m_layoutState = layoutState; in FragmentationDisabler()
1266 ASSERT(m_layoutState == layoutState); in ~FragmentationDisabler()