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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.h168 void paintDocumentMarker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, const RenderStyle&, const Font&, bool grammar);
H A DInlineTextBox.cpp1092 void InlineTextBox::paintDocumentMarker(GraphicsContext* pt, const FloatPoint& boxOrigin, DocumentMarker* marker, const RenderStyle& style, const Font& font, bool grammar) function in class:WebCore::InlineTextBox
1263 paintDocumentMarker(pt, boxOrigin, marker, style, font, false);
1266 paintDocumentMarker(pt, boxOrigin, marker, style, font, true);
1271 paintDocumentMarker(pt, boxOrigin, marker, style, font, true);

Completed in 121 milliseconds