HomeSort by relevance Sort by last modified time
    Searched refs:textDecorations (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 767 CSSValueList* textDecorations = static_cast<CSSValueList*>(value.get());
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());
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 735 int textDecorations = styleToUse->textDecorationsInEffect();
736 if (textDecorations != TDNONE && paintInfo.phase != PaintPhaseSelection) {
738 paintDecoration(context, boxOrigin, textDecorations, textShadow);
    [all...]

Completed in 52 milliseconds