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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 115 ASSERT(!m_targetElementInstance || !isWellFormedDocument(&document()));
189 if (m_targetElementInstance) {
190 ASSERT(m_targetElementInstance->correspondingElement());
191 transferUseWidthAndHeightIfNeeded(*this, m_targetElementInstance.get(), *m_targetElementInstance->correspondingElement());
285 if (m_targetElementInstance)
286 m_targetElementInstance = nullptr;
348 ASSERT(!m_targetElementInstance);
363 m_targetElementInstance = toSVGElement(newChild.get());
371 if (!buildShadowTree(target, m_targetElementInstance.get(), false))
    [all...]
SVGUseElement.h 105 RefPtrWillBeMember<SVGElement> m_targetElementInstance;

Completed in 43 milliseconds