HomeSort by relevance Sort by last modified time
    Searched refs:WebTextDecorationTypeGrammar (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebTextDecorationType.h 38 WebTextDecorationTypeGrammar = 1 << 2,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockGrammarCheck.cpp 76 results->push_back(WebTextCheckingResult(WebTextDecorationTypeGrammar, offset + grammarErrors[i].location, grammarErrors[i].length));
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 194 if (webResults[i].decoration == WebTextDecorationTypeGrammar) {
AssertMatchingEnums.cpp     [all...]
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 31 COMPILE_ASSERT(int(blink::WebTextDecorationTypeGrammar) ==
spellcheck_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 1376 milliseconds