Searched refs:TextMatch (Results 1 – 10 of 10) sorted by relevance
52 TextMatch = 1 << TextMatchMarkerIndex, enumerator75 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck) in AllMarkers()
135 : m_type(DocumentMarker::TextMatch) in DocumentMarker()
52 case DocumentMarker::TextMatch: in MarkerTypeToMarkerIndex()219 if (toInsert.type() != DocumentMarker::TextMatch) { in addMarker()666 OwnPtr<MarkerList>& list = (*markers)[MarkerTypeToMarkerIndex(DocumentMarker::TextMatch)]; in setMarkersActive()
100 if (marker->type() != DocumentMarker::TextMatch) in computeTextMatchMarkerRectForRenderer()
323 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in unmarkAllTextMatches()
1306 case DocumentMarker::TextMatch: in paintDocumentMarkers()1331 case DocumentMarker::TextMatch: in paintDocumentMarkers()
165 result = DocumentMarker::TextMatch; in markerTypesFrom()830 DocumentMarker::MarkerType markerType = DocumentMarker::TextMatch; in activeMarkerCountForNode()
1297 m_frame.document()->markers()->repaintMarkers(DocumentMarker::TextMatch); in setMarkedTextMatchesAreHighlighted()
1557 frame()->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in stopFinding()
2569 tickmarks = frame().document()->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch); in getTickmarks()