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

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host_unittest.cc31 class MockWebSocketHost : public WebSocketHost { class in namespace:content::__anon7384
33 MockWebSocketHost(int routing_id,
38 virtual ~MockWebSocketHost() {}
80 // Stores allocated MockWebSocketHost instances. Doesn't take ownership of
82 std::vector<MockWebSocketHost*> mock_hosts_;
93 MockWebSocketHost* host =
94 new MockWebSocketHost(routing_id, dispatcher_host_.get(), NULL, this);
100 MockWebSocketHost::MockWebSocketHost( function in class:content::__anon7384::MockWebSocketHost
108 void MockWebSocketHost
[all...]

Completed in 74 milliseconds