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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 162 , m_tcpConnection(tcpConnection)
169 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(tcpReadyRead()));
170 connect(m_tcpConnection, SIGNAL(disconnected()), SLOT(tcpConnectionDisconnected()));
181 if (!m_tcpConnection)
185 while (m_tcpConnection->bytesAvailable() && !m_endOfHeaders) {
186 QByteArray line = m_tcpConnection->readLine();
212 if (m_tcpConnection) {
213 m_tcpConnection->disconnect(SIGNAL(readyRead()));
214 connect(m_tcpConnection, SIGNAL(readyRead()), SLOT(webSocketReadyRead()));
216 QByteArray key3 = m_tcpConnection->read(8)
    [all...]
InspectorServerQt.h 95 QTcpSocket* m_tcpConnection;

Completed in 131 milliseconds