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

/external/webkit/Source/WebCore/page/
H A DFrameView.cpp226 m_firstLayout = true;
257 m_firstLayout = true;
336 return !m_firstLayout;
881 if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox()->stretchesToViewport())
887 if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight()))
894 if (m_firstLayout && !m_frame->ownerElement())
903 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing());
910 if (m_firstLayout || (hMode != currentHMode || vMode != currentVMode)) {
911 if (m_firstLayout) {
914 m_firstLayout
[all...]
H A DFrameView.h389 bool m_firstLayout; member in class:WebCore::FrameView

Completed in 149 milliseconds