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

  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.h 65 void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
QNetworkReplyHandler.cpp 386 void QNetworkReplyHandler::uploadProgress(qint64 bytesSent, qint64 bytesTotal)
468 connect(m_reply, SIGNAL(uploadProgress(qint64, qint64)),
469 this, SLOT(uploadProgress(qint64, qint64)), SIGNAL_CONN);

Completed in 25 milliseconds