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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 145 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; }
246 void disableLayoutState() { m_layoutStateDisableCount++; }
247 void enableLayoutState() { ASSERT(m_layoutStateDisableCount > 0); m_layoutStateDisableCount--; }
280 unsigned m_layoutStateDisableCount;
RenderView.cpp 59 , m_layoutStateDisableCount(0)
142 ASSERT(!m_layoutStateDisableCount);
    [all...]

Completed in 88 milliseconds