Searched refs:GetSubProtocol (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_stream_create_helper_test.cc126 EXPECT_EQ("", stream->GetSubProtocol());
139 EXPECT_EQ("superchat", stream->GetSubProtocol());
H A Dwebsocket_deflate_stream.h53 virtual std::string GetSubProtocol() const OVERRIDE;
H A Dwebsocket_stream.h154 virtual std::string GetSubProtocol() const = 0;
H A Dwebsocket_basic_stream.h54 virtual std::string GetSubProtocol() const OVERRIDE;
H A Dwebsocket_channel_test.cc200 virtual std::string GetSubProtocol() const OVERRIDE { return protocol_; }
206 // The string to return from GetSubProtocol().
647 MOCK_CONST_METHOD0(GetSubProtocol, std::string());
1843 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1859 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1879 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1908 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1940 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1957 EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
1977 EXPECT_CALL(*mock_stream_, GetSubProtocol())
[all...]
H A Dwebsocket_deflate_stream.cc81 std::string WebSocketDeflateStream::GetSubProtocol() const { function in class:net::WebSocketDeflateStream
82 return stream_->GetSubProtocol();
H A Dwebsocket_stream_test.cc192 EXPECT_EQ("chatv20.chromium.org", stream_->GetSubProtocol());
H A Dwebsocket_basic_stream.cc177 std::string WebSocketBasicStream::GetSubProtocol() const { function in class:net::WebSocketBasicStream
H A Dwebsocket_channel.cc299 false, stream_->GetSubProtocol()) == CHANNEL_DELETED)
H A Dwebsocket_basic_stream_test.cc895 EXPECT_EQ("cyberchat", stream_->GetSubProtocol());
H A Dwebsocket_deflate_stream_test.cc102 MOCK_CONST_METHOD0(GetSubProtocol, std::string());

Completed in 104 milliseconds