HomeSort by relevance Sort by last modified time
    Searched refs:markerEnd (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 55 RenderSVGResourceMarker* markerEnd() const { return m_markerData ? m_markerData->markerEnd : 0; }
141 , markerEnd(0)
152 RenderSVGResourceMarker* markerEnd;
SVGResources.cpp 319 if (RenderSVGResourceMarker* marker = m_markerData->markerEnd)
361 if (m_markerData->markerEnd)
362 m_markerData->markerEnd->removeClientFromCache(object, markForInvalidation);
408 if (m_markerData->markerEnd == resource) {
409 m_markerData->markerEnd->removeAllClientsFromCache();
410 m_markerData->markerEnd = 0;
475 if (m_markerData->markerEnd)
476 set.add(m_markerData->markerEnd);
571 bool SVGResources::setMarkerEnd(RenderSVGResourceMarker* markerEnd)
573 if (!markerEnd)
    [all...]
RenderSVGShape.cpp 200 return resources->markerStart() || resources->markerMid() || resources->markerEnd();
339 static inline RenderSVGResourceMarker* markerForType(SVGMarkerType type, RenderSVGResourceMarker* markerStart, RenderSVGResourceMarker* markerMid, RenderSVGResourceMarker* markerEnd)
347 return markerEnd;
363 RenderSVGResourceMarker* markerEnd = resources->markerEnd();
364 ASSERT(markerStart || markerMid || markerEnd);
369 if (RenderSVGResourceMarker* marker = markerForType(m_markerPositions[i].type, markerStart, markerMid, markerEnd))
440 RenderSVGResourceMarker* markerEnd = resources->markerEnd();
441 if (!markerStart && !markerMid && !markerEnd)
    [all...]
SVGResourcesCycleSolver.cpp 143 ASSERT(resourceLeadingToCycle == m_resources->markerStart() || resourceLeadingToCycle == m_resources->markerMid() || resourceLeadingToCycle == m_resources->markerEnd());
148 if (m_resources->markerEnd() == resourceLeadingToCycle)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 185 , markerEnd(SVGRenderStyle::initialMarkerEndResource())
193 , markerEnd(other.markerEnd)
201 && markerEnd == other.markerEnd;
SVGRenderStyleDefs.h 248 AtomicString markerEnd;
SVGRenderStyle.h 282 if (!(inheritedResources->markerEnd == obj))
283 inheritedResources.access()->markerEnd = obj;
327 const AtomicString& markerEndResource() const { return inheritedResources->markerEnd; }

Completed in 215 milliseconds