Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:brush

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