Home
last modified time | relevance | path

Searched refs:cssStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp58 String cssStyle() const { return m_cssStyle; } in cssStyle() function in WebCore::StyleChange
611 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()
/external/webkit/WebCore/
DChangeLog-2005-08-2338843 (khtml::StyleChange::cssStyle): New accessor.