Searched refs:m_targetElementInstance (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGUseElement.cpp123 if (!m_targetElementInstance)
126 return m_targetElementInstance.get();
188 ASSERT(!m_targetElementInstance || !isWellFormedDocument(document()));
405 if (m_targetElementInstance) {
406 m_targetElementInstance->detach();
407 m_targetElementInstance = 0;
449 ASSERT(!m_targetElementInstance);
471 m_targetElementInstance = SVGElementInstance::create(this, this, target);
475 buildInstanceTree(target, m_targetElementInstance.get(), foundProblem, false);
477 if (instanceTreeIsLoading(m_targetElementInstance
[all...]
H A DSVGUseElement.h136 RefPtr<SVGElementInstance> m_targetElementInstance; member in class:WebCore::FINAL

Completed in 62 milliseconds