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.cpp3003 unsigned currDecs = TextDecorationNone; in getTextDecorationColors() local
3007 currDecs = styleToUse->textDecoration(); in getTextDecorationColors()
3008 currDecs &= decorations; in getTextDecorationColors()
3011 if (currDecs) { in getTextDecorationColors()
3012 if (currDecs & TextDecorationUnderline) { in getTextDecorationColors()
3016 if (currDecs & TextDecorationOverline) { in getTextDecorationColors()
3020 if (currDecs & TextDecorationLineThrough) { in getTextDecorationColors()