Home
last modified time | relevance | path

Searched refs:hasPendingEvents (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DGenericEventQueue.h51 bool hasPendingEvents() const;
DEventSender.h46 bool hasPendingEvents(T* sender) const in hasPendingEvents() function
DGenericEventQueue.cpp131 bool GenericEventQueue::hasPendingEvents() const in hasPendingEvents() function in blink::GenericEventQueue
/external/chromium_org/third_party/WebKit/Source/core/loader/
DImageLoader.cpp139 ASSERT(m_hasPendingLoadEvent || !loadEventSender().hasPendingEvents(this)); in ~ImageLoader()
143 ASSERT(m_hasPendingErrorEvent || !errorEventSender().hasPendingEvents(this)); in ~ImageLoader()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeySession.cpp625 m_asyncEventQueue->hasPendingEvents() ? " m_asyncEventQueue->hasPendingEvents()" : "", in hasPendingActivity()
630 || m_asyncEventQueue->hasPendingEvents() in hasPendingActivity()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DMediaSource.cpp539 || m_asyncEventQueue->hasPendingEvents() in hasPendingActivity()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp3544 if (m_asyncEventQueue->hasPendingEvents()) in hasPendingActivity()