Home
last modified time | relevance | path

Searched refs:setCorrespondingElement (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementRareData.h72 …void setCorrespondingElement(SVGElement* correspondingElement) { m_correspondingElement = correspo… in setCorrespondingElement() function
DSVGElement.h115 void setCorrespondingElement(SVGElement*);
DSVGElementInstance.cpp190 (*it)->shadowTreeElement()->setCorrespondingElement(0); in invalidateAllInstancesOfElement()
DSVGElement.cpp646 void SVGElement::setCorrespondingElement(SVGElement* correspondingElement) in setCorrespondingElement() function in WebCore::SVGElement
648 ensureSVGRareData()->setCorrespondingElement(correspondingElement); in setCorrespondingElement()
DSVGUseElement.cpp842 element->setCorrespondingElement(originalElement); in associateInstancesWithShadowTreeElements()