Home
last modified time | relevance | path

Searched defs:textDecoration (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleVisualData.h51 unsigned textDecoration : 4; // Text decorations defined *only* by this element. variable
DRenderStyle.h486 int textDecoration() const { return visual->textDecoration; } in textDecoration() function
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp783 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration); in reconcileTextDecorationProperties() local
874 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration); in extractTextStyles() local
922 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID); in diffTextDecorations() local
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp725 static PassRefPtr<CSSValue> renderTextDecorationFlagsToCSSValue(int textDecoration, CSSPrimitiveVal… in renderTextDecorationFlagsToCSSValue()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm1208 {