Searched refs:OnClosingHandshake (Results 1 – 4 of 4) sorted by relevance
64 virtual ChannelState OnClosingHandshake() WARN_UNUSED_RESULT = 0;
159 MOCK_METHOD0(OnClosingHandshake, ChannelState(void)); // NOLINT209 virtual ChannelState OnClosingHandshake() OVERRIDE { return CHANNEL_ALIVE; } in OnClosingHandshake() function in net::__anon89aaeda00111::FakeWebSocketEventInterface887 virtual ChannelState OnClosingHandshake() OVERRIDE { in OnClosingHandshake() function in net::__anon89aaeda00111::ChannelDeletingFakeWebSocketEventInterface1420 EXPECT_CALL(*event_interface_, OnClosingHandshake()); in TEST_F()1900 EXPECT_CALL(*event_interface_, OnClosingHandshake()); in TEST_F()1920 EXPECT_CALL(*event_interface_, OnClosingHandshake()); in TEST_F()2047 EXPECT_CALL(*event_interface_, OnClosingHandshake()); in TEST_F()2190 EXPECT_CALL(*event_interface_, OnClosingHandshake()); in TEST_F()
848 if (event_interface_->OnClosingHandshake() == CHANNEL_DELETED) in HandleFrameByState()
101 virtual ChannelState OnClosingHandshake() OVERRIDE;185 ChannelState WebSocketEventHandler::OnClosingHandshake() { in OnClosingHandshake() function in content::__anon9ed9d1670111::WebSocketEventHandler