Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.h172 unsigned underlinePaintStart(const CompositionUnderline&);
DInlineTextBox.cpp639 unsigned InlineTextBox::underlinePaintStart(const CompositionUnderline& underline) in underlinePaintStart() function in blink::InlineTextBox
1052 …tionBackgroundRun(pt, boxOrigin, style, font, it->backgroundColor, underlinePaintStart(*it), under… in paintCompositionBackgrounds()
1122 unsigned paintStart = underlinePaintStart(underline); in paintCompositionUnderline()