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

  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 146 int m_redirectionTries;
QNetworkReplyHandler.cpp 357 , m_redirectionTries(gMaxRedirections)
516 m_redirectionTries--;
517 if (!m_redirectionTries) {

Completed in 64 milliseconds