Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2999 Color& linethrough, bool quirksMode, bool firstlineStyle) in getTextDecorationColors() argument
3006 styleToUse = curr->style(firstlineStyle); in getTextDecorationColors()
3034 styleToUse = curr->style(firstlineStyle); in getTextDecorationColors()
DRenderObject.h807 …erline, Color& overline, Color& linethrough, bool quirksMode = false, bool firstlineStyle = false);