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

  /external/chromium_org/net/websockets/
websocket_stream.h 61 // CreateAndConnectStream() to receive the result of the connection.
103 static scoped_ptr<WebSocketStreamRequest> CreateAndConnectStream(
203 // A helper function used in the implementation of CreateAndConnectStream() and
websocket_stream.cc 302 scoped_ptr<WebSocketStreamRequest> WebSocketStream::CreateAndConnectStream(
websocket_stream_test.cc 122 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass());
152 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass());
162 void CreateAndConnectStream(const std::string& socket_url,
    [all...]
websocket_channel.cc 329 base::Bind(&WebSocketStream::CreateAndConnectStream));
    [all...]

Completed in 505 milliseconds