Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp515 …RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTe… in collapseTextDecorationProperties() local
516 if (!textDecorationsInEffect) in collapseTextDecorationProperties()
519 …m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutab… in collapseTextDecorationProperties()
782 …RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorat… in reconcileTextDecorationProperties() local
785 ASSERT(!textDecorationsInEffect || !textDecoration); in reconcileTextDecorationProperties()
786 if (textDecorationsInEffect) { in reconcileTextDecorationProperties()
787 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText()); in reconcileTextDecorationProperties()
789 textDecoration = textDecorationsInEffect; in reconcileTextDecorationProperties()
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp305 int decorations = style->textDecorationsInEffect(); in paint()
497 if (textRenderer()->style()->textDecorationsInEffect() == TDNONE) in paintDecoration()
/external/webkit/Source/WebCore/editing/mac/
DEditorMac.mm119 int decoration = style->textDecorationsInEffect();
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp735 int textDecorations = styleToUse->textDecorationsInEffect(); in paint()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } in textDecorationsInEffect() function
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1326 … return renderTextDecorationFlagsToCSSValue(style->textDecorationsInEffect(), primitiveValueCache); in getPropertyCSSValue()
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm428 int decor = style->textDecorationsInEffect();