Searched refs:hasPendingResources (Results 1 – 11 of 11) sorted by relevance
73 ASSERT(hasPendingResources()); in buildPendingResource()
106 ASSERT(hasPendingResources()); in buildPendingResource()
167 ASSERT(hasPendingResources()); in buildPendingResource()
173 ASSERT(!hasPendingResources() || !isWellFormedDocument(&document())); in insertedInto()414 ASSERT(hasPendingResources()); in buildPendingResource()
206 if (!m_pendingResources.isEmpty() && element->hasPendingResources()) { in removeElementFromPendingResources()
158 ASSERT(clientElement->hasPendingResources()); in buildPendingResourcesIfNeeded()159 if (clientElement->hasPendingResources()) { in buildPendingResourcesIfNeeded()
227 ASSERT((*it)->hasPendingResources()); in registerResource()
140 bool hasPendingResources() const { return m_hasPendingResources; } in hasPendingResources() function
222 if (hasPendingResources()) { in ~Element()224 ASSERT(!hasPendingResources()); in ~Element()1349 if (hasPendingResources()) in removedFrom()3397 bool Element::hasPendingResources() const in hasPendingResources() function in WebCore::Element3399 return hasRareData() && elementRareData()->hasPendingResources(); in hasPendingResources()
474 bool hasPendingResources() const;
233 ASSERT(hasPendingResources()); in buildPendingResource()