Searched refs:drawLineForDocumentMarker (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h337 void drawLineForDocumentMarker(const FloatPoint&, float width, DocumentMarkerLineStyle);
H A DGraphicsContext.cpp806 void GraphicsContext::drawLineForDocumentMarker(const FloatPoint& pt, float width, DocumentMarkerLineStyle style) function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp1013 pt->drawLineForDocumentMarker(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + underlineOffset), width, lineStyleForMarkerType(marker->type()));

Completed in 151 milliseconds