HomeSort by relevance Sort by last modified time
    Searched refs:grammar (Results 26 - 47 of 47) sorted by null

12

  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 42 from webkitpy.grammar import pluralize
queues.py 40 from webkitpy.grammar import pluralize
upload.py 44 from webkitpy.grammar import pluralize, join_with_separators
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 337 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint& origin, int width, bool grammar)
339 if (grammar)
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 240 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint&, int width, bool grammar)
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 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) {
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool.py 38 from webkitpy.grammar import pluralize
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 290 void drawLineForMisspellingOrBadGrammar(const IntPoint&, int width, bool grammar);
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 75 * created when the grammar is created)
352 ESR_ReturnCode SR_GrammarLoad(const LCHAR* grammar, SR_Grammar** self)
371 * Our filename (referring to the grammar to load, may have associated grammar properties
380 LSTRCPY(filename, grammar);
391 PLogError(L("UNKNOWN grammar load property %s"), tok);
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 678 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint& origin, int width, bool grammar)
686 // Convention is green for grammar, red for spelling
688 if (grammar)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/v8/src/
regexp.js 33 // A recursive descent parser for Patterns according to the grammar of
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 539 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint& pt, int width, bool grammar)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 593 bool grammar)
    [all...]
  /external/bison/doc/
refcard.tex 440 \section{Grammar Variables and Symbols}
480 \key{The grammar parser.} {int yyparse()}
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 1053 void GraphicsContext::drawLineForMisspellingOrBadGrammar(const IntPoint&, int width, bool grammar)
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 321 milliseconds

12