Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp264 m_nestedLayoutCount = 0; in reset()
858 …if (!m_nestedLayoutCount && !m_inSynchronousPostLayout && m_postLayoutTasksTimer.isActive() && !fr… in performPreLayoutTasks()
1036 m_nestedLayoutCount++; in layout()
1154 m_nestedLayoutCount--; in layout()
1155 if (m_nestedLayoutCount) in layout()
1733 if (!m_nestedLayoutCount && hasViewportConstrainedObjects()) { in repaintFixedElementsAfterScrolling()
1743 if (m_nestedLayoutCount <= 1 && hasViewportConstrainedObjects()) { in updateFixedElementsAfterScrolling()
2216 if (m_nestedLayoutCount > 1 || m_widgetUpdateSet.isEmpty()) in updateWidgets()
2276 if (m_nestedLayoutCount <= 1) { in performPostLayoutTasks()
DFrameView.h482 unsigned m_nestedLayoutCount; variable