TextMatch         135 Source/core/dom/DocumentMarker.cpp     : m_type(DocumentMarker::TextMatch)
TextMatch          75 Source/core/dom/DocumentMarker.h             : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
TextMatch          52 Source/core/dom/DocumentMarkerController.cpp     case DocumentMarker::TextMatch:
TextMatch         219 Source/core/dom/DocumentMarkerController.cpp         if (toInsert.type() != DocumentMarker::TextMatch) {
TextMatch         666 Source/core/dom/DocumentMarkerController.cpp     OwnPtr<MarkerList>& list = (*markers)[MarkerTypeToMarkerIndex(DocumentMarker::TextMatch)];
TextMatch        1216 Source/core/editing/Editor.cpp     m_frame.document()->markers().repaintMarkers(DocumentMarker::TextMatch);
TextMatch        2395 Source/core/frame/FrameView.cpp         tickmarks = frame().document()->markers().renderedRectsForMarkers(DocumentMarker::TextMatch);
TextMatch         318 Source/core/page/Page.cpp         frame->document()->markers().removeMarkers(DocumentMarker::TextMatch);
TextMatch        1320 Source/core/rendering/InlineTextBox.cpp             case DocumentMarker::TextMatch:
TextMatch        1345 Source/core/rendering/InlineTextBox.cpp             case DocumentMarker::TextMatch:
TextMatch         698 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (marker->type() != DocumentMarker::TextMatch)
TextMatch         176 Source/core/testing/Internals.cpp         result =  DocumentMarker::TextMatch;
TextMatch         840 Source/core/testing/Internals.cpp     DocumentMarker::MarkerType markerType = DocumentMarker::TextMatch;
TextMatch         186 Source/web/TextFinder.cpp     m_ownerFrame.frame()->document()->markers().removeMarkers(DocumentMarker::TextMatch);