GetSubProtocol     54 net/websockets/websocket_basic_stream.h   virtual std::string GetSubProtocol() const OVERRIDE;
GetSubProtocol    941 net/websockets/websocket_basic_stream_test.cc   EXPECT_EQ("cyberchat", stream_->GetSubProtocol());
GetSubProtocol    524 net/websockets/websocket_channel.cc           false, stream_->GetSubProtocol(), stream_->GetExtensions()) ==
GetSubProtocol    679 net/websockets/websocket_channel_test.cc   MOCK_CONST_METHOD0(GetSubProtocol, std::string());
GetSubProtocol    976 net/websockets/websocket_channel_test.cc     EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2170 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2195 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2218 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2235 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2261 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2447 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2464 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2485 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2512 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2550 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2568 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2589 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2605 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2626 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2650 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2668 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2693 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2730 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2769 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2795 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2814 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   2980 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   3225 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   3250 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   3288 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   3317 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol   3346 net/websockets/websocket_channel_test.cc   EXPECT_CALL(*mock_stream_, GetSubProtocol()).Times(AnyNumber());
GetSubProtocol     87 net/websockets/websocket_deflate_stream.cc   return stream_->GetSubProtocol();
GetSubProtocol     54 net/websockets/websocket_deflate_stream.h   virtual std::string GetSubProtocol() const OVERRIDE;
GetSubProtocol    102 net/websockets/websocket_deflate_stream_test.cc   MOCK_CONST_METHOD0(GetSubProtocol, std::string());
GetSubProtocol    145 net/websockets/websocket_handshake_stream_create_helper_test.cc   EXPECT_EQ("", stream->GetSubProtocol());
GetSubProtocol    160 net/websockets/websocket_handshake_stream_create_helper_test.cc   EXPECT_EQ("superchat", stream->GetSubProtocol());
GetSubProtocol    171 net/websockets/websocket_stream.h   virtual std::string GetSubProtocol() const = 0;
GetSubProtocol    365 net/websockets/websocket_stream_test.cc   EXPECT_EQ("chatv20.chromium.org", stream_->GetSubProtocol());