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

  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 109 m_socketConnection = adoptGRef(socketConnection);
110 m_outputStream = G_POLLABLE_OUTPUT_STREAM(g_io_stream_get_output_stream(G_IO_STREAM(m_socketConnection.get())));
111 m_inputStream = g_io_stream_get_input_stream(G_IO_STREAM(m_socketConnection.get()));
121 if (!m_socketConnection) // Client closed the connection.
184 if (m_socketConnection) {
186 g_io_stream_close(G_IO_STREAM(m_socketConnection.get()), 0, &error.outPtr());
189 m_socketConnection = 0;
SocketStreamHandle.h 61 GRefPtr<GSocketConnection> m_socketConnection;

Completed in 320 milliseconds