Searched refs:paintDocumentMarkers (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.h162 void paintDocumentMarkers(GraphicsContext*, const FloatPoint& boxOrigin, const RenderStyle&, const Font&, bool background);
H A DInlineTextBox.cpp583 paintDocumentMarkers(context, boxOrigin, lineStyle, font, true);
654 paintDocumentMarkers(context, boxOrigin, lineStyle, font, false);
1211 void InlineTextBox::paintDocumentMarkers(GraphicsContext* pt, const FloatPoint& boxOrigin, const RenderStyle& style, const Font& font, bool background) function in class:WebCore::InlineTextBox

Completed in 200 milliseconds