Spelling 101 Source/core/dom/DocumentMarker.cpp : m_type(Spelling) Spelling 75 Source/core/dom/DocumentMarker.h : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck) Spelling 83 Source/core/dom/DocumentMarker.h : MarkerTypes(Spelling | Grammar) Spelling 91 Source/core/dom/DocumentMarker.h : MarkerTypes(Spelling | Grammar | InvisibleSpellcheck) Spelling 48 Source/core/dom/DocumentMarkerController.cpp case DocumentMarker::Spelling: Spelling 83 Source/core/dom/DocumentMarkerControllerTest.cpp markerController().addMarker(range.get(), DocumentMarker::Spelling); Spelling 252 Source/core/editing/SpellCheckRequester.cpp markers.remove(DocumentMarker::Spelling); Spelling 147 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(selectedRange.get(), DocumentMarker::Spelling); Spelling 303 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling); Spelling 572 Source/core/editing/SpellChecker.cpp misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash); Spelling 704 Source/core/editing/SpellChecker.cpp DocumentMarker::MarkerTypes markerTypes(DocumentMarker::Spelling); Spelling 744 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(wordRange.get(), DocumentMarker::Spelling); Spelling 754 Source/core/editing/SpellChecker.cpp m_frame.document()->markers().removeMarkers(DocumentMarker::Spelling); Spelling 274 Source/core/editing/TextCheckingHelper.cpp misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling); Spelling 1194 Source/core/rendering/InlineTextBox.cpp case DocumentMarker::Spelling: Spelling 1316 Source/core/rendering/InlineTextBox.cpp case DocumentMarker::Spelling: Spelling 1339 Source/core/rendering/InlineTextBox.cpp case DocumentMarker::Spelling: Spelling 172 Source/core/testing/Internals.cpp result = DocumentMarker::Spelling; Spelling 1501 Source/core/testing/Internals.cpp return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); Spelling 1617 Source/web/WebFrameImpl.cpp return frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length); Spelling 4226 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size()); Spelling 4258 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size()); Spelling 4408 Source/web/tests/WebFrameTest.cpp document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::Spelling); Spelling 4441 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(DocumentMarker::Spelling, document->markers().markers()[0]->type());