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

  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 55 , m_currentFile(0)
69 delete m_currentFile;
88 if (m_currentFile)
89 m_currentFile->close();
102 if (!m_currentFile)
103 m_currentFile = new QFile;
105 m_currentFile->setFileName(m_formElements[0].m_filename);
106 m_currentFile->open(QFile::ReadOnly);
130 const QByteArray data = m_currentFile->read(available);
134 if (m_currentFile->atEnd() || !m_currentFile->isOpen()
    [all...]
QNetworkReplyHandler.h 176 QFile* m_currentFile;

Completed in 148 milliseconds