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 107 return websocket_dispatcher_.get();
227 scoped_ptr<WebSocketDispatcher> websocket_dispatcher_; member in class:content::ChildThread
child_thread.cc 251 websocket_dispatcher_.reset(new WebSocketDispatcher);
445 if (websocket_dispatcher_->OnMessageReceived(msg))

Completed in 47 milliseconds