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

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp515 RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect);
516 if (!textDecorationsInEffect)
519 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->getPropertyPriority(CSSPropertyTextDecoration));
782 RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorationsInEffect); local
785 ASSERT(!textDecorationsInEffect || !textDecoration);
786 if (textDecorationsInEffect) {
787 style->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText());
789 textDecoration = textDecorationsInEffect;
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } function in class:WebCore::RenderStyle

Completed in 584 milliseconds