Searched defs:textDecorationsInEffect (Results 1 – 2 of 2) sorted by relevance
515 …RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTe… in collapseTextDecorationProperties() local782 …RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorat… in reconcileTextDecorationProperties() local
485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } in textDecorationsInEffect() function