Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:brush

211     QBrush brush = m_webFrame->page()->palette().brush(QPalette::Base);
212 QColor backgroundColor = brush.style() == Qt::SolidPattern ? brush.color() : QColor();