HomeSort by relevance Sort by last modified time
    Searched refs:m_replyWrapper (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 354 , m_replyWrapper(0)
396 if (!m_replyWrapper)
399 QNetworkReply* reply = m_replyWrapper->release();
400 m_replyWrapper = 0;
419 ASSERT(m_replyWrapper && m_replyWrapper->reply() && !wasAborted());
423 m_replyWrapper = 0;
427 if (m_replyWrapper->wasRedirected()) {
428 m_replyWrapper = 0;
433 if (!m_replyWrapper->reply()->error() || shouldIgnoreHttpError(m_replyWrapper->reply(), m_replyWrapper->responseContai (…)
    [all...]
QNetworkReplyHandler.h 119 QNetworkReply* reply() const { return m_replyWrapper ? m_replyWrapper->reply() : 0; }
139 OwnPtr<QNetworkReplyWrapper> m_replyWrapper;

Completed in 71 milliseconds