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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 111 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
114 return m_layoutState ? m_layoutState->m_layoutDelta : LayoutSize();
118 if (m_layoutState) {
119 m_layoutState->m_layoutDelta += delta;
121 m_layoutState->m_layoutDeltaXSaturated |= m_layoutState->m_layoutDelta.width() == LayoutUnit::max() || m_layoutState->m_layoutDelta.width() == LayoutUnit::min();
122 m_layoutState->m_layoutDeltaYSaturated |= m_layoutState->m_layoutDelta.height() == LayoutUnit::max() || m_layoutState->m_layoutDelta.height() == LayoutUni (…)
    [all...]
RenderView.cpp 58 , m_layoutState(0)
143 ASSERT(m_layoutState == &state);
277 ASSERT(!m_layoutState);
285 m_layoutState = &state;
295 m_layoutState = 0;
    [all...]

Completed in 24 milliseconds