Lines Matching refs:root
454 StyleBase* root = m_styleSheet;456 while (root && root->parent())457 root = root->parent();458 if (root && root->isCSSStyleSheet())459 doc = static_cast<CSSStyleSheet*>(root)->doc();