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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 81 bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
SVGUseElement.cpp 491 bool SVGUseElement::hasCycleUseReferencing(SVGUseElement* use, ContainerNode* targetInstance, SVGElement*& newTarget)
549 if (hasCycleUseReferencing(toSVGUseElement(use->correspondingElement()), use, target))

Completed in 66 milliseconds