Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp610 StyleChange styleChange(style, paragraphStart.deepEquivalent()); in applyBlockStyle() local
611 if (styleChange.cssStyle().length() || m_removeOnly) { in applyBlockStyle()
620 addBlockStyle(styleChange, static_cast<HTMLElement*>(block.get())); in applyBlockStyle()
1352 StyleChange styleChange(style, Position(node, 0)); in applyTextDecorationStyle() local
1353 if (styleChange.cssStyle().length()) { in applyTextDecorationStyle()
1364 String cssText = styleChange.cssStyle(); in applyTextDecorationStyle()
1371 if (styleChange.applyUnderline()) in applyTextDecorationStyle()
1374 if (styleChange.applyLineThrough()) in applyTextDecorationStyle()
1742 void ApplyStyleCommand::addBlockStyle(const StyleChange& styleChange, HTMLElement* block) in addBlockStyle() argument
1749 String cssText = styleChange.cssStyle(); in addBlockStyle()
[all …]
/external/webkit/WebCore/
DChangeLog-2009-06-1653077 Minor tweaks to RenderBox::styleChange to speed it up.