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

  /external/webkit/WebCore/rendering/
RenderView.h 149 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; }
156 void disableLayoutState() { m_layoutStateDisableCount++; }
157 void enableLayoutState() { ASSERT(m_layoutStateDisableCount > 0); m_layoutStateDisableCount--; }
209 unsigned m_layoutStateDisableCount;
RenderView.cpp 56 , m_layoutStateDisableCount(0)
142 ASSERT(m_layoutStateDisableCount == 0);
688 ASSERT(m_layoutStateDisableCount == 0);

Completed in 24 milliseconds