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

  /external/webkit/Source/WebCore/rendering/
RenderView.h 128 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; }
135 void disableLayoutState() { m_layoutStateDisableCount++; }
136 void enableLayoutState() { ASSERT(m_layoutStateDisableCount > 0); m_layoutStateDisableCount--; }
247 unsigned m_layoutStateDisableCount;
RenderView.cpp 59 , m_layoutStateDisableCount(0)
140 ASSERT(m_layoutStateDisableCount == 0);
727 ASSERT(m_layoutStateDisableCount == 0);

Completed in 31 milliseconds