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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.h 51 InvisibleSpellcheck = 1 << InvisibleSpellcheckMarkerIndex
73 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
89 : MarkerTypes(Spelling | Grammar | InvisibleSpellcheck)
DocumentMarkerController.cpp 54 case DocumentMarker::InvisibleSpellcheck:
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 588 invisibleSpellcheckRange->startContainer()->document().markers().addMarker(invisibleSpellcheckRange.get(), DocumentMarker::InvisibleSpellcheck, result->replacement, result->hash);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 125 milliseconds