Home
last modified time | relevance | path

Searched refs:hasPendingResources (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMPathElement.cpp73 ASSERT(hasPendingResources()); in buildPendingResource()
DSVGFEImageElement.cpp106 ASSERT(hasPendingResources()); in buildPendingResource()
DSVGTextPathElement.cpp167 ASSERT(hasPendingResources()); in buildPendingResource()
DSVGUseElement.cpp173 ASSERT(!hasPendingResources() || !isWellFormedDocument(&document())); in insertedInto()
414 ASSERT(hasPendingResources()); in buildPendingResource()
DSVGDocumentExtensions.cpp206 if (!m_pendingResources.isEmpty() && element->hasPendingResources()) { in removeElementFromPendingResources()
DSVGElement.cpp158 ASSERT(clientElement->hasPendingResources()); in buildPendingResourcesIfNeeded()
159 if (clientElement->hasPendingResources()) { in buildPendingResourcesIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceContainer.cpp227 ASSERT((*it)->hasPendingResources()); in registerResource()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h140 bool hasPendingResources() const { return m_hasPendingResources; } in hasPendingResources() function
DElement.cpp222 if (hasPendingResources()) { in ~Element()
224 ASSERT(!hasPendingResources()); in ~Element()
1349 if (hasPendingResources()) in removedFrom()
3397 bool Element::hasPendingResources() const in hasPendingResources() function in WebCore::Element
3399 return hasRareData() && elementRareData()->hasPendingResources(); in hasPendingResources()
DElement.h474 bool hasPendingResources() const;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp233 ASSERT(hasPendingResources()); in buildPendingResource()