Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2770 unsigned currDecs = TextDecorationNone; in getTextDecorations() local
2775 currDecs = styleToUse->textDecoration(); in getTextDecorations()
2776 currDecs &= decorations; in getTextDecorations()
2780 if (currDecs) { in getTextDecorations()
2781 if (currDecs & TextDecorationUnderline) { in getTextDecorations()
2786 if (currDecs & TextDecorationOverline) { in getTextDecorations()
2791 if (currDecs & TextDecorationLineThrough) { in getTextDecorations()