Searched defs:textDecorations (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp767 CSSValueList* textDecorations = static_cast<CSSValueList*>(value.get()); local
772 if (newTextDecorations->hasValue(underline.get()) && !textDecorations->hasValue(underline.get()))
773 textDecorations->append(underline.get());
775 if (newTextDecorations->hasValue(lineThrough.get()) && !textDecorations->hasValue(lineThrough.get()))
776 textDecorations->append(lineThrough.get());
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp735 int textDecorations = styleToUse->textDecorationsInEffect(); local
736 if (textDecorations != TDNONE && paintInfo.phase != PaintPhaseSelection) {
738 paintDecoration(context, boxOrigin, textDecorations, textShadow);

Completed in 63 milliseconds