Searched refs:markerEnd (Results 1 – 9 of 9) sorted by relevance
318 if (m_markerData->markerEnd) in removeClientFromCache()319 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation); in removeClientFromCache()365 if (m_markerData->markerEnd == resource) { in resourceDestroyed()366 m_markerData->markerEnd->removeAllClientsFromCache(); in resourceDestroyed()367 m_markerData->markerEnd = 0; in resourceDestroyed()438 if (m_markerData->markerEnd) in buildSetOfResources()439 set.add(m_markerData->markerEnd); in buildSetOfResources()536 bool SVGResources::setMarkerEnd(RenderSVGResourceMarker* markerEnd) in setMarkerEnd() argument538 if (!markerEnd) in setMarkerEnd()541 ASSERT(markerEnd->resourceType() == MarkerResourceType); in setMarkerEnd()[all …]
55 … RenderSVGResourceMarker* markerEnd() const { return m_markerData ? m_markerData->markerEnd : 0; } in markerEnd() function137 , markerEnd(0) in MarkerData()148 RenderSVGResourceMarker* markerEnd; member
299 RenderSVGResourceMarker* markerEnd = resources->markerEnd(); in calculateMarkerBoundsIfNeeded() local300 if (!markerStart && !markerMid && !markerEnd) in calculateMarkerBoundsIfNeeded()303 …return m_markerLayoutInfo.calculateBoundaries(markerStart, markerMid, markerEnd, svgStyle->strokeW… in calculateMarkerBoundsIfNeeded()
98 Vector<DocumentMarker>::iterator markerEnd = markers.end(); in computeTextMatchMarkerRectForRenderer() local99 …for (Vector<DocumentMarker>::iterator markerIt = markers.begin(); markerIt != markerEnd; ++markerI… in computeTextMatchMarkerRectForRenderer()
178 …eLeadingToCycle == m_resources->markerMid() || resourceLeadingToCycle == m_resources->markerEnd()); in breakCycle()183 if (m_resources->markerEnd() == resourceLeadingToCycle) in breakCycle()
206 , markerEnd(SVGRenderStyle::initialMarkerEndResource()) in StyleInheritedResourceData()214 , markerEnd(other.markerEnd) in StyleInheritedResourceData()222 && markerEnd == other.markerEnd; in operator ==()
273 if (!(inheritedResources->markerEnd == obj)) in setMarkerEndResource()274 inheritedResources.access()->markerEnd = obj; in setMarkerEndResource()316 String markerEndResource() const { return inheritedResources->markerEnd; } in markerEndResource()
255 String markerEnd; variable
91329 (WebCore::SVGResources::markerEnd):92762 (WebCore::SVGResources::markerEnd): Ditto.