Lines Matching refs:grammar
732 void InlineTextBox::paintSpellingOrGrammarMarker(GraphicsContext* pt, int tx, int ty, const DocumentMarker& marker, RenderStyle* style, const Font& font, bool grammar)
734 // Never print spelling/grammar markers (5327887)
753 if (!markerSpansWholeBox || grammar) {
769 // Store rendered rects for bad grammar markers, so we can hit-test against it elsewhere in order to
771 if (grammar) {
795 pt->drawLineForMisspellingOrBadGrammar(IntPoint(tx + m_x + start, ty + m_y + underlineOffset), width, grammar);
859 case DocumentMarker::Grammar:
889 case DocumentMarker::Grammar: