Searched refs:hasMarkers (Results 1 – 5 of 5) sorted by relevance
60 bool hasMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
685 bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes) in hasMarkers() function in WebCore::DocumentMarkerController
201 if (!style()->svgStyle()->hasMarkers()) in shouldGenerateMarkerPositions()
239 if (markerTags().contains(tagName) && style->hasMarkers()) { in buildResources()
361 …bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty(… in hasMarkers() function