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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 51 SVGElementSet& outgoingReferences() { return m_outgoingReferences; }
52 const SVGElementSet& outgoingReferences() const { return m_outgoingReferences; }
53 SVGElementSet& incomingReferences() { return m_incomingReferences; }
54 const SVGElementSet& incomingReferences() const { return m_incomingReferences; }
87 SVGElementSet m_outgoingReferences;
88 SVGElementSet m_incomingReferences;
SVGPathElement.cpp 237 if (SVGElementSet* dependencies = setOfIncomingReferences()) {
238 SVGElementSet::iterator end = dependencies->end();
239 for (SVGElementSet::iterator it = dependencies->begin(); it != end; ++it) {
SVGElement.h 51 typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement> > SVGElementSet;
158 SVGElementSet* setOfIncomingReferences() const;
SVGElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 153 SVGElementSet* dependencies = toSVGElement(object->node())->setOfIncomingReferences();
161 typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement> > SVGElementSet;
162 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<SVGElementSet>, invalidatingDependencies, (adoptPtrWillBeNoop(new SVGElementSet)));
164 SVGElementSet::iterator end = dependencies->end();
165 for (SVGElementSet::iterator it = dependencies->begin(); it != end; ++it) {

Completed in 938 milliseconds