Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DAppliedTextDecoration.h22 …bool isSimpleUnderline() const { return m_line == TextDecorationUnderline && m_style == TextDecora… in isSimpleUnderline() function
DRenderStyle.cpp1273 if (!rareInheritedData->appliedTextDecorations && underline.isSimpleUnderline()) in applyTextDecorations()