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 103 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
107 return m_layoutState ? m_layoutState->layoutDelta() : LayoutSize();
112 if (m_layoutState)
113 m_layoutState->addLayoutDelta(delta);
120 if (!m_layoutState)
122 return (delta.width() == m_layoutState->layoutDelta().width() || m_layoutState->layoutDeltaXSaturated()) && (delta.height() == m_layoutState->layoutDelta().height() || m_layoutState->layoutDeltaYSaturated())
    [all...]
RenderView.cpp 59 , m_layoutState(0)
185 ASSERT(!m_layoutState->next());
253 ASSERT(!m_layoutState);
    [all...]

Completed in 44 milliseconds