Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h299 enum DocumentMarkerLineStyle { enum
303 void drawLineForDocumentMarker(const FloatPoint&, float width, DocumentMarkerLineStyle);
DGraphicsContext.cpp802 …ontext::drawLineForDocumentMarker(const FloatPoint& pt, float width, DocumentMarkerLineStyle style) in drawLineForDocumentMarker()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1177 static GraphicsContext::DocumentMarkerLineStyle lineStyleForMarkerType(DocumentMarker::MarkerType m… in lineStyleForMarkerType()