Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:styleSheet

1540             QString styleSheet = element->getAttribute("style");
1541 if (!styleSheet.isEmpty())
1542 styleSheet += QLatin1Char(';');
1547 styleSheet += QString::fromLatin1(getPropertyName(property));
1548 styleSheet += QLatin1Char(':');
1549 styleSheet += computedStyle(element)->getPropertyValue(property);
1550 styleSheet += QLatin1Char(';');
1553 widget->setStyleSheet(styleSheet);