Searched refs:getTextDecorations (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineTextBox.cpp | 895 renderer().getTextDecorations(deco, underline, overline, linethrough, true); in paintDecoration() 897 renderer().getTextDecorations(deco, underline, overline, linethrough, true, true); in paintDecoration()
|
D | RenderObject.h | 834 …void getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecorat…
|
D | RenderObject.cpp | 2766 void RenderObject::getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, Appli… in getTextDecorations() function in blink::RenderObject
|