Home
last modified time | relevance | path

Searched refs:m_isPendingResource (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGUseElement.h80 bool isPendingResource() const { return m_isPendingResource; } in isPendingResource()
121 bool m_isPendingResource; variable
DSVGUseElement.cpp75 , m_isPendingResource(false) in DEFINE_ANIMATED_LENGTH()
135 ASSERT(!m_isPendingResource); in insertedIntoDocument()
162 if (m_isPendingResource) { in svgAttributeChanged()
165 m_isPendingResource = false; in svgAttributeChanged()
466 if (m_isPendingResource || id.isEmpty()) in buildPendingResource()
469 m_isPendingResource = true; in buildPendingResource()
475 if (m_isPendingResource) { in buildPendingResource()
477 m_isPendingResource = false; in buildPendingResource()
/external/webkit/Source/WebCore/
DChangeLog10715 In SVGUseElement::insertedIntoDocument(), ASSERT(!m_isPendingResource)
10978 In SVGUseElement::insertedIntoDocument(), ASSERT(!m_isPendingResource)