addMarker          89 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description, hash));
addMarker          98 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset(), description));
addMarker         107 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(type, textPiece->startOffset(), textPiece->endOffset()));
addMarker         114 Source/core/dom/DocumentMarkerController.cpp     addMarker(node, DocumentMarker(type, startOffset, startOffset + length));
addMarker         119 Source/core/dom/DocumentMarkerController.cpp     addMarker(node, DocumentMarker(type, startOffset, startOffset + length, details));
addMarker         130 Source/core/dom/DocumentMarkerController.cpp         addMarker(textPiece->startContainer(), DocumentMarker(startOffset, endOffset, activeMatch));
addMarker         284 Source/core/dom/DocumentMarkerController.cpp             addMarker(dstNode, marker);
addMarker          52 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType);
addMarker          53 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description);
addMarker          54 Source/core/dom/DocumentMarkerController.h     void addMarker(Range*, DocumentMarker::MarkerType, const String& description, uint32_t hash);
addMarker          89 Source/core/dom/DocumentMarkerController.h     void addMarker(Node*, const DocumentMarker&);
addMarker          83 Source/core/dom/DocumentMarkerControllerTest.cpp     markerController().addMarker(range.get(), DocumentMarker::Spelling);
addMarker         507 Source/core/editing/CompositeEditCommand.cpp         markerController.addMarker(newRange.get(), markers[i].type(), markers[i].description());
addMarker         293 Source/core/editing/SpellChecker.cpp         m_frame.document()->markers().addMarker(badGrammarRange.get(), DocumentMarker::Grammar, grammarDetail.userDescription);
addMarker         303 Source/core/editing/SpellChecker.cpp         m_frame.document()->markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling);
addMarker         572 Source/core/editing/SpellChecker.cpp             misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash);
addMarker         580 Source/core/editing/SpellChecker.cpp                     badGrammarRange->startContainer()->document().markers().addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription, result->hash);
addMarker         586 Source/core/editing/SpellChecker.cpp             invisibleSpellcheckRange->startContainer()->document().markers().addMarker(invisibleSpellcheckRange.get(), DocumentMarker::InvisibleSpellcheck, result->replacement, result->hash);
addMarker         274 Source/core/editing/TextCheckingHelper.cpp                 misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling);
addMarker         435 Source/core/editing/TextCheckingHelper.cpp             badGrammarRange->startContainer()->document().markers().addMarker(badGrammarRange.get(), DocumentMarker::Grammar, detail->userDescription);
addMarker         312 Source/web/TextFinder.cpp         addMarker(resultRange.get(), foundActiveMatch);
addMarker         147 Source/web/TextFinder.h     void addMarker(WebCore::Range*, bool activeMatch);
addMarker        4408 Source/web/tests/WebFrameTest.cpp     document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::Spelling);
addMarker        4409 Source/web/tests/WebFrameTest.cpp     document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::Grammar);
addMarker        4410 Source/web/tests/WebFrameTest.cpp     document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::InvisibleSpellcheck);