Home | History | Annotate | Download | only in css

Lines Matching refs:m_rootDefaultStyle

466         m_rootDefaultStyle = styleForElement(root, 0, false, true); // don't ref, because the RenderStyle is allocated from global heap
468 if (m_rootDefaultStyle && view)
469 m_medium = adoptPtr(new MediaQueryEvaluator(view->mediaType(), view->frame(), m_rootDefaultStyle.get()));