Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp895 renderer().getTextDecorations(deco, underline, overline, linethrough, true); in paintDecoration()
897 renderer().getTextDecorations(deco, underline, overline, linethrough, true, true); in paintDecoration()
DRenderObject.h834 …void getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecorat…
DRenderObject.cpp2766 void RenderObject::getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, Appli… in getTextDecorations() function in blink::RenderObject