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

  /external/chromium_org/chrome/browser/extensions/api/socket/
tcp_socket.cc 21 ApiResourceManager<ResumableTCPSocket> > >
26 ProfileKeyedAPIFactory<ApiResourceManager<ResumableTCPSocket> >*
27 ApiResourceManager<ResumableTCPSocket>::GetFactoryInstance() {
309 ResumableTCPSocket::ResumableTCPSocket(const std::string& owner_extension_id)
316 ResumableTCPSocket::ResumableTCPSocket(net::TCPClientSocket* tcp_client_socket,
325 bool ResumableTCPSocket::IsPersistent() const {
tcp_socket.h 102 class ResumableTCPSocket : public TCPSocket {
104 explicit ResumableTCPSocket(const std::string& owner_extension_id);
105 explicit ResumableTCPSocket(net::TCPClientSocket* tcp_client_socket,
125 friend class ApiResourceManager<ResumableTCPSocket>;

Completed in 111 milliseconds