Searched refs:textDecorationsInEffect (Results 1 – 7 of 7) sorted by relevance
515 …RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTe… in collapseTextDecorationProperties() local516 if (!textDecorationsInEffect) in collapseTextDecorationProperties()519 …m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutab… in collapseTextDecorationProperties()782 …RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorat… in reconcileTextDecorationProperties() local785 ASSERT(!textDecorationsInEffect || !textDecoration); in reconcileTextDecorationProperties()786 if (textDecorationsInEffect) { in reconcileTextDecorationProperties()787 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText()); in reconcileTextDecorationProperties()789 textDecoration = textDecorationsInEffect; in reconcileTextDecorationProperties()
305 int decorations = style->textDecorationsInEffect(); in paint()497 if (textRenderer()->style()->textDecorationsInEffect() == TDNONE) in paintDecoration()
119 int decoration = style->textDecorationsInEffect();
735 int textDecorations = styleToUse->textDecorationsInEffect(); in paint()
485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } in textDecorationsInEffect() function
1326 … return renderTextDecorationFlagsToCSSValue(style->textDecorationsInEffect(), primitiveValueCache); in getPropertyCSSValue()
428 int decor = style->textDecorationsInEffect();