HomeSort by relevance Sort by last modified time
    Searched full:m_disablecount (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PartialLayoutState.h 44 , m_disableCount(0)
57 void disable() { ASSERT(!m_shouldStop); m_disableCount++; }
58 void enable() { ASSERT(m_disableCount > 0); m_disableCount--; }
59 const RenderObject* stopAtRenderer() const { return m_disableCount > 0 ? 0 : m_stopAtRenderer; }
63 int m_disableCount;

Completed in 581 milliseconds