Searched refs:getTextDecorationColors (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 1074 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true); in paintDecoration() 1076 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true, true); in paintDecoration()
|
D | RenderObject.h | 807 …void getTextDecorationColors(unsigned decorations, Color& underline, Color& overline, Color& linet…
|
D | RenderObject.cpp | 2998 void RenderObject::getTextDecorationColors(unsigned decorations, Color& underline, Color& overline, in getTextDecorationColors() function in WebCore::RenderObject
|