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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.h173 void paintDocumentMarkers(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, bool background);
H A DInlineTextBox.cpp651 paintDocumentMarkers(context, boxOrigin, styleToUse, font, true);
773 paintDocumentMarkers(context, boxOrigin, styleToUse, font, false);
1309 void InlineTextBox::paintDocumentMarkers(GraphicsContext* pt, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, bool background) function in class:WebCore::InlineTextBox

Completed in 56 milliseconds