selectionStartHasMarkerFor   77 Source/core/editing/SpellChecker.h     bool selectionStartHasMarkerFor(DocumentMarker::MarkerType, int from, int length) const;
selectionStartHasMarkerFor 1501 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
selectionStartHasMarkerFor 1623 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from, length);
selectionStartHasMarkerFor 1617 Source/web/WebFrameImpl.cpp     return frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);