Home
last modified time | relevance | path

Searched refs:hasMarkers (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h69 bool hasMarkers(Range*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
DDocumentMarkerController.cpp711 bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes) in hasMarkers() function in blink::DocumentMarkerController
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGShape.cpp190 if (!style()->svgStyle().hasMarkers()) in shouldGenerateMarkerPositions()
DSVGResources.cpp260 if (style.hasMarkers() && supportsMarkers(*element)) { in buildResources()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h343 …bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty(… in hasMarkers() function