Searched refs:hasPendingEvents (Results 1 – 7 of 7) sorted by relevance
51 bool hasPendingEvents() const;
46 bool hasPendingEvents(T* sender) const in hasPendingEvents() function
131 bool GenericEventQueue::hasPendingEvents() const in hasPendingEvents() function in blink::GenericEventQueue
139 ASSERT(m_hasPendingLoadEvent || !loadEventSender().hasPendingEvents(this)); in ~ImageLoader()143 ASSERT(m_hasPendingErrorEvent || !errorEventSender().hasPendingEvents(this)); in ~ImageLoader()
625 m_asyncEventQueue->hasPendingEvents() ? " m_asyncEventQueue->hasPendingEvents()" : "", in hasPendingActivity()630 || m_asyncEventQueue->hasPendingEvents() in hasPendingActivity()
539 || m_asyncEventQueue->hasPendingEvents() in hasPendingActivity()
3544 if (m_asyncEventQueue->hasPendingEvents()) in hasPendingActivity()