Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp515 …RefPtr<CSSValue> textDecorationsInEffect = m_mutableStyle->getPropertyCSSValue(CSSPropertyWebkitTe… in collapseTextDecorationProperties() local
782 …RefPtr<CSSValue> textDecorationsInEffect = style->getPropertyCSSValue(CSSPropertyWebkitTextDecorat… in reconcileTextDecorationProperties() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h485 int textDecorationsInEffect() const { return inherited_flags._text_decorations; } in textDecorationsInEffect() function