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

/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host_unittest.cc28 class WebSocketDispatcherHostTest;
36 WebSocketDispatcherHostTest* owner);
48 base::WeakPtr<WebSocketDispatcherHostTest> owner_;
51 class WebSocketDispatcherHostTest : public ::testing::Test { class in namespace:content::__anon7384
53 WebSocketDispatcherHostTest() function in class:content::__anon7384::WebSocketDispatcherHostTest
57 base::Bind(&WebSocketDispatcherHostTest::OnGetRequestContext,
59 base::Bind(&WebSocketDispatcherHostTest::CreateWebSocketHost,
63 virtual ~WebSocketDispatcherHostTest() {
73 base::WeakPtr<WebSocketDispatcherHostTest> GetWeakPtr() {
85 base::WeakPtrFactory<WebSocketDispatcherHostTest> weak_ptr_factory
[all...]

Completed in 89 milliseconds