Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h303 void drawLineForDocumentMarker(const FloatPoint&, float width, DocumentMarkerLineStyle);
DGraphicsContext.cpp802 void GraphicsContext::drawLineForDocumentMarker(const FloatPoint& pt, float width, DocumentMarkerLi… in drawLineForDocumentMarker() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1255 …pt->drawLineForDocumentMarker(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + underlineOffset), … in paintDocumentMarker()