Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1074 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true); in paintDecoration()
1076 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true, true); in paintDecoration()
DRenderObject.h807 …void getTextDecorationColors(unsigned decorations, Color& underline, Color& overline, Color& linet…
DRenderObject.cpp2998 void RenderObject::getTextDecorationColors(unsigned decorations, Color& underline, Color& overline, in getTextDecorationColors() function in WebCore::RenderObject