Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.h173 unsigned underlinePaintEnd(const CompositionUnderline&);
DInlineTextBox.cpp644 unsigned InlineTextBox::underlinePaintEnd(const CompositionUnderline& underline) in underlinePaintEnd() function in blink::InlineTextBox
1052 …pt, boxOrigin, style, font, it->backgroundColor, underlinePaintStart(*it), underlinePaintEnd(*it)); in paintCompositionBackgrounds()
1123 unsigned paintEnd = underlinePaintEnd(underline); in paintCompositionUnderline()