Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp1355 RefPtr<HTMLElement> styleSpan = createStyleSpanElement(document()); in applyTextDecorationStyle() local
1356 surroundNodeRangeWithElement(node, node, styleSpan.get()); in applyTextDecorationStyle()
1357 node = styleSpan.get(); in applyTextDecorationStyle()