Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DFrameView.cpp224 m_nestedLayoutCount = 0; in reset()
797 if (!parentView->m_nestedLayoutCount) { in layout()
838 …if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_hasPendingPostLayoutTasks && !inSubfra… in layout()
870 m_nestedLayoutCount++; in layout()
1041 m_nestedLayoutCount--; in layout()
1515 if (!m_nestedLayoutCount && hasFixedObjects()) { in repaintFixedElementsAfterScrolling()
1992 if (m_nestedLayoutCount > 1 || !m_widgetUpdateSet || m_widgetUpdateSet->isEmpty()) in updateWidgets()
2035 if (m_nestedLayoutCount <= 1) { in performPostLayoutTasks()
DFrameView.h385 unsigned m_nestedLayoutCount; variable