Searched defs:WebSocketDispatcherHostTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host_unittest.cc45 class WebSocketDispatcherHostTest : public ::testing::Test { class in namespace:content::__anon7071
47 WebSocketDispatcherHostTest() { function in class:content::__anon7071::WebSocketDispatcherHostTest
50 base::Bind(&WebSocketDispatcherHostTest::OnGetRequestContext,
52 base::Bind(&WebSocketDispatcherHostTest::CreateWebSocketHost,
56 virtual ~WebSocketDispatcherHostTest() {}
78 TEST_F(WebSocketDispatcherHostTest, Construct) {
82 TEST_F(WebSocketDispatcherHostTest, UnrelatedMessage) {
87 TEST_F(WebSocketDispatcherHostTest, RenderProcessIdGetter) {
91 TEST_F(WebSocketDispatcherHostTest, AddChannelRequest) {
112 TEST_F(WebSocketDispatcherHostTest, SendFrameButNoHostYe
[all...]

Completed in 75 milliseconds