Home
last modified time | relevance | path

Searched refs:TextCheckingGrammarLineStyle (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp188 if (style != TextCheckingSpellingLineStyle && style != TextCheckingGrammarLineStyle) in drawLineForTextChecking()
211 …const Color& patternColor = style == TextCheckingGrammarLineStyle ? grammarPatternColor() : spelli… in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContextMac.mm136 case TextCheckingGrammarLineStyle:
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h394 TextCheckingGrammarLineStyle, enumerator
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp355 case TextCheckingGrammarLineStyle: in drawLineForTextChecking()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp740 case TextCheckingGrammarLineStyle: in drawLineForTextChecking()
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp973 return GraphicsContext::TextCheckingGrammarLineStyle; in textCheckingLineStyleForMarkerType()