Searched refs:createWebSocketHandle (Results 1 – 6 of 6) sorted by relevance
46 virtual blink::WebSocketHandle* createWebSocketHandle();
172 blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() { in createWebSocketHandle() function in mojo::BlinkPlatformImpl
78 virtual blink::WebSocketHandle* createWebSocketHandle() OVERRIDE; in NON_EXPORTED_BASE()
442 blink::WebSocketHandle* BlinkPlatformImpl::createWebSocketHandle() { in createWebSocketHandle() function in content::BlinkPlatformImpl
314 virtual WebSocketHandle* createWebSocketHandle() { return 0; } in createWebSocketHandle() function
114 , m_handle(adoptPtr(handle ? handle : Platform::current()->createWebSocketHandle())) in NewWebSocketChannelImpl()