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

  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 114 , m_mainWebSocketChannel(WebSocketChannel::create(context, this, url, protocol))
123 if (m_mainWebSocketChannel)
124 m_mainWebSocketChannel->disconnect();
130 if (!m_mainWebSocketChannel)
132 m_mainWebSocketChannel->connect();
144 if (!m_mainWebSocketChannel || !m_workerClientWrapper)
146 bool sent = m_mainWebSocketChannel->send(message);
159 if (!m_mainWebSocketChannel || !m_workerClientWrapper)
161 unsigned long bufferedAmount = m_mainWebSocketChannel->bufferedAmount();
168 if (!m_mainWebSocketChannel)
    [all...]
WorkerThreadableWebSocketChannel.h 107 RefPtr<ThreadableWebSocketChannel> m_mainWebSocketChannel;

Completed in 969 milliseconds