HomeSort by relevance Sort by last modified time
    Searched refs:websocket_dispatcher_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
child_thread.h 100 return websocket_dispatcher_.get();
200 scoped_ptr<WebSocketDispatcher> websocket_dispatcher_; member in class:content::ChildThread
child_thread.cc 188 websocket_dispatcher_.reset(new WebSocketDispatcher);
363 if (websocket_dispatcher_->OnMessageReceived(msg))

Completed in 52 milliseconds