WebSocketDispatcher  244 content/child/child_thread.cc   websocket_dispatcher_.reset(new WebSocketDispatcher);
WebSocketDispatcher   53 content/child/child_thread.h class WebSocketDispatcher;
WebSocketDispatcher  106 content/child/child_thread.h   WebSocketDispatcher* websocket_dispatcher() const {
WebSocketDispatcher  217 content/child/child_thread.h   scoped_ptr<WebSocketDispatcher> websocket_dispatcher_;
WebSocketDispatcher  214 content/child/websocket_bridge.cc   WebSocketDispatcher* dispatcher =
WebSocketDispatcher  292 content/child/websocket_bridge.cc   WebSocketDispatcher* dispatcher =
WebSocketDispatcher   18 content/child/websocket_dispatcher.cc WebSocketDispatcher::WebSocketDispatcher() : channel_id_max_(0) {}
WebSocketDispatcher   20 content/child/websocket_dispatcher.cc WebSocketDispatcher::~WebSocketDispatcher() {}
WebSocketDispatcher   22 content/child/websocket_dispatcher.cc int WebSocketDispatcher::AddBridge(WebSocketBridge* bridge) {
WebSocketDispatcher   28 content/child/websocket_dispatcher.cc void WebSocketDispatcher::RemoveBridge(int channel_id) {
WebSocketDispatcher   37 content/child/websocket_dispatcher.cc bool WebSocketDispatcher::OnMessageReceived(const IPC::Message& msg) {
WebSocketDispatcher   58 content/child/websocket_dispatcher.cc WebSocketBridge* WebSocketDispatcher::GetBridge(int channel_id, uint32 type) {
WebSocketDispatcher   25 content/child/websocket_dispatcher.h class WebSocketDispatcher : public IPC::Listener {
WebSocketDispatcher   27 content/child/websocket_dispatcher.h   WebSocketDispatcher();
WebSocketDispatcher   28 content/child/websocket_dispatcher.h   virtual ~WebSocketDispatcher();
WebSocketDispatcher   43 content/child/websocket_dispatcher.h   DISALLOW_COPY_AND_ASSIGN(WebSocketDispatcher);