Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp2338 int currDecs = curr->style()->textDecoration(); in getTextDecorationColors() local
2339 if (currDecs) { in getTextDecorationColors()
2340 if (currDecs & UNDERLINE) { in getTextDecorationColors()
2344 if (currDecs & OVERLINE) { in getTextDecorationColors()
2348 if (currDecs & LINE_THROUGH) { in getTextDecorationColors()