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