Searched refs:cssStyle (Results 1 – 2 of 2) sorted by relevance
58 String cssStyle() const { return m_cssStyle; } in cssStyle() function in WebCore::StyleChange558 if (styleChange.cssStyle().length() || m_removeOnly) { in applyBlockStyle()1305 if (styleChange.cssStyle().length()) { in applyTextDecorationStyle()1306 String cssText = styleChange.cssStyle(); in applyTextDecorationStyle()1670 String cssText = styleChange.cssStyle(); in addBlockStyle()1734 if (styleChange.cssStyle().length()) { in addInlineStyleIfNeeded()1736 styleElement->setAttribute(styleAttr, styleChange.cssStyle()); in addInlineStyleIfNeeded()
38843 (khtml::StyleChange::cssStyle): New accessor.