Searched defs:ResumableTCPSocket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/socket/
H A Dtcp_socket.h111 class ResumableTCPSocket : public TCPSocket { class in namespace:extensions
113 explicit ResumableTCPSocket(const std::string& owner_extension_id);
114 explicit ResumableTCPSocket(net::TCPClientSocket* tcp_client_socket,
134 friend class ApiResourceManager<ResumableTCPSocket>;
H A Dtcp_socket.cc24 BrowserContextKeyedAPIFactory<ApiResourceManager<ResumableTCPSocket> > >
29 BrowserContextKeyedAPIFactory<ApiResourceManager<ResumableTCPSocket> >*
30 ApiResourceManager<ResumableTCPSocket>::GetFactoryInstance() {
337 ResumableTCPSocket::ResumableTCPSocket(const std::string& owner_extension_id) function in class:extensions::ResumableTCPSocket
343 ResumableTCPSocket::ResumableTCPSocket(net::TCPClientSocket* tcp_client_socket, function in class:extensions::ResumableTCPSocket
351 bool ResumableTCPSocket::IsPersistent() const { return persistent(); }

Completed in 197 milliseconds