InvisibleSpellcheck   75 Source/core/dom/DocumentMarker.h             : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
InvisibleSpellcheck   91 Source/core/dom/DocumentMarker.h             : MarkerTypes(Spelling | Grammar | InvisibleSpellcheck)
InvisibleSpellcheck   54 Source/core/dom/DocumentMarkerController.cpp     case DocumentMarker::InvisibleSpellcheck:
InvisibleSpellcheck  586 Source/core/editing/SpellChecker.cpp             invisibleSpellcheckRange->startContainer()->document().markers().addMarker(invisibleSpellcheckRange.get(), DocumentMarker::InvisibleSpellcheck, result->replacement, result->hash);
InvisibleSpellcheck 4410 Source/web/tests/WebFrameTest.cpp     document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::InvisibleSpellcheck);
InvisibleSpellcheck 4455 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ(DocumentMarker::InvisibleSpellcheck, document->markers().markers()[0]->type());