Home
last modified time | relevance | path

Searched refs:m_layoutStateDisableCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h153 bool layoutStateEnabled() const { return m_layoutStateDisableCount == 0 && m_layoutState; } in layoutStateEnabled()
254 void disableLayoutState() { m_layoutStateDisableCount++; } in disableLayoutState()
255 void enableLayoutState() { ASSERT(m_layoutStateDisableCount > 0); m_layoutStateDisableCount--; } in enableLayoutState()
294 unsigned m_layoutStateDisableCount; variable
DRenderView.cpp63 , m_layoutStateDisableCount(0) in RenderView()
190 ASSERT(!m_layoutStateDisableCount); in checkLayoutState()
1089 ASSERT(m_layoutStateDisableCount == 0); in pushLayoutState()