Home
last modified time | relevance | path

Searched defs:hasMarkers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h343 …bool hasMarkers() const { return !markerStartResource().isEmpty() || !markerMidResource().isEmpty(… in hasMarkers() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.cpp711 bool DocumentMarkerController::hasMarkers(Range* range, DocumentMarker::MarkerTypes markerTypes) in hasMarkers() function in blink::DocumentMarkerController