Home | History | Annotate | Download | only in Plugins

Lines Matching refs:m_pendingURLRequests

645     ASSERT(!m_pendingURLRequests.isEmpty());
647 RefPtr<URLRequest> urlRequest = m_pendingURLRequests.takeFirst();
650 if (!m_pendingURLRequests.isEmpty())
880 m_pendingURLRequests.append(URLRequest::create(requestID, frameLoadRequest, allowPopups));