Searched refs:hasMarkers (Results 1 – 5 of 5) sorted by relevance
69 bool hasMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
711 bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes) in hasMarkers() function in blink::DocumentMarkerController
190 if (!style()->svgStyle().hasMarkers()) in shouldGenerateMarkerPositions()
260 if (style.hasMarkers() && supportsMarkers(*element)) { in buildResources()
343 …bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty(… in hasMarkers() function