Searched refs:RequestQueue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadScheduler.h104 typedef Deque<RefPtr<ResourceLoader>> RequestQueue; typedef in class:WebCore::ResourceLoadScheduler::HostInformation
105 RequestQueue& requestsPending(ResourceLoadPriority priority) { return m_requestsPending[priority]; }
108 RequestQueue m_requestsPending[ResourceLoadPriorityHighest + 1];
H A DResourceLoadScheduler.cpp285 HostInformation::RequestQueue& requestsPending = host->requestsPending(ResourceLoadPriority(priority));
369 RequestQueue::iterator end = m_requestsPending[priority].end();
370 for (RequestQueue::iterator it = m_requestsPending[priority].begin(); it != end; ++it) {
/macosx-10.10/WebCore-7600.1.25/editing/
H A DSpellChecker.h97 typedef Deque<RefPtr<SpellCheckRequest>> RequestQueue; typedef in class:WebCore::SpellChecker
115 RequestQueue m_requestQueue;
H A DSpellChecker.cpp118 for (RequestQueue::iterator i = m_requestQueue.begin(); i != m_requestQueue.end(); ++i)
192 for (RequestQueue::iterator it = m_requestQueue.begin(); it != m_requestQueue.end(); ++it) {

Completed in 106 milliseconds