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 52 // CreateAndConnectStream() to receive the result of the connection.
78 static scoped_ptr<WebSocketStreamRequest> CreateAndConnectStream(
websocket_stream_test.cc 60 CreateAndConnectStream(socket_url, sub_protocols, origin);
86 CreateAndConnectStream(socket_url, sub_protocols, origin);
91 void CreateAndConnectStream(const std::string& socket_url,
websocket_stream.cc 126 // Internal implementation of CreateAndConnectStream and
166 scoped_ptr<WebSocketStreamRequest> WebSocketStream::CreateAndConnectStream(
websocket_channel.cc 160 base::Bind(&WebSocketStream::CreateAndConnectStream));

Completed in 95 milliseconds