Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DFrameView.cpp156 m_firstLayout = true; in reset()
184 m_firstLayout = true; in resetScrollbars()
228 return !m_firstLayout; in didFirstLayout()
471 if (!m_firstLayout && m_size.height() != layoutHeight() in layout()
482 if (m_firstLayout && !document->ownerElement()) in layout()
487 m_doFullRepaint = !subtree && (m_firstLayout || static_cast<RenderView*>(root)->printing()); in layout()
494 if (m_firstLayout || (hMode != currentHMode || vMode != currentVMode)) { in layout()
496 if (m_firstLayout) { in layout()
497 m_firstLayout = false; in layout()
994 …bool resized = !m_firstLayout && (currentSize != m_lastLayoutSize || currentZoomFactor != m_lastZo… in performPostLayoutTasks()
DFrameView.h218 bool m_firstLayout; variable