Home | History | Annotate | Download | only in page

Lines Matching defs:subtree

646     // call will not cause the subtree under it to repaint.  Explicitly call the syncCompositingState on 
856 bool subtree = m_layoutRoot;
863 RenderObject* root = subtree ? m_layoutRoot : document->renderer();
903 m_doFullRepaint = !subtree && (m_firstLayout || toRenderView(root)->printing());
905 if (!subtree) {
954 if (subtree) {
968 if (subtree) {
978 if (!subtree && !toRenderView(root)->printing())
990 subtree ? 0 : &cachedOffset);