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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.h191 void paintDocumentMarker(GraphicsContext*, const FloatPoint& boxOrigin, DocumentMarker*, RenderStyle*, const Font&, bool grammar);
H A DInlineTextBox.cpp1299 void InlineTextBox::paintDocumentMarker(GraphicsContext* pt, const FloatPoint& boxOrigin, DocumentMarker* marker, RenderStyle* style, const Font& font, bool grammar) function in class:WebCore::InlineTextBox
1458 paintDocumentMarker(pt, boxOrigin, marker, style, font, false);
1461 paintDocumentMarker(pt, boxOrigin, marker, style, font, true);

Completed in 145 milliseconds