Searched defs:targetInstance (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp242 static void updateContainerSize(SVGElementInstance* targetInstance) argument
245 for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling())
248 SVGUseElement* useElement = targetInstance->directUseElement();
252 SVGElement* correspondingElement = targetInstance->correspondingElement();
259 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
295 static void updateContainerOffset(SVGElementInstance* targetInstance) argument
298 for (SVGElementInstance* instance = targetInstance->firstChild(); instance; instance = instance->nextSibling())
301 SVGElement* correspondingElement = targetInstance->correspondingElement();
307 SVGElement* shadowTreeElement = targetInstance->shadowTreeElement();
380 void dumpInstanceTree(unsigned int& depth, String& text, SVGElementInstance* targetInstance) argument
703 buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool& foundProblem) argument
754 hasCycleUseReferencing(SVGUseElement* use, SVGElementInstance* targetInstance, SVGElement*& newTarget) argument
798 buildShadowTree(SVGShadowTreeRootElement* shadowRoot, SVGElement* target, SVGElementInstance* targetInstance) argument
969 associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance) argument
[all...]

Completed in 123 milliseconds