Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp347 if (decorations & TextDecorationLineThrough) in paint()
348 paintDecoration(paintInfo.context, TextDecorationLineThrough, fragment); in paint()
505 if (decoration == TextDecorationLineThrough) in positionOffsetForDecoration()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h338 TextDecorationLineThrough = 0x4, enumerator
DRenderStyle.cpp1306 if (decorations & TextDecorationLineThrough) in applyTextDecorations()
1307 … addAppliedTextDecoration(AppliedTextDecoration(TextDecorationLineThrough, style, styleColor)); in applyTextDecorations()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1133 …orationOverline) || overline.color.alpha() == 255) && (!(deco & TextDecorationLineThrough) || line… in paintDecoration()
1195 if (deco & TextDecorationLineThrough) { in paintDecoration()
DRenderObject.cpp3184 if (currDecs & TextDecorationLineThrough) { in getTextDecorations()
3185 decorations &= ~TextDecorationLineThrough; in getTextDecorations()
3209 if (decorations & TextDecorationLineThrough) { in getTextDecorations()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2361 return TextDecorationLineThrough; in TextDecoration()
DCSSComputedStyleDeclaration.cpp1270 if (textDecoration & TextDecorationLineThrough) in renderTextDecorationFlagsToCSSValue()