Searched refs:ResumableUDPSocket (Results 1 – 8 of 8) sorted by relevance
28 new SocketResourceManager<ResumableUDPSocket>()).Pass(); in CreateSocketResourceManager()31 ResumableUDPSocket* UDPSocketAsyncApiFunction::GetUdpSocket(int socket_id) { in GetUdpSocket()32 return static_cast<ResumableUDPSocket*>(GetSocket(socket_id)); in GetUdpSocket()41 new SocketResourceManager<ResumableUDPSocket>()).Pass(); in CreateSocketResourceManager()44 ResumableUDPSocket* UDPSocketExtensionWithDnsLookupFunction::GetUdpSocket( in GetUdpSocket()46 return static_cast<ResumableUDPSocket*>(GetSocket(socket_id)); in GetUdpSocket()51 ResumableUDPSocket* socket) { in CreateSocketInfo()77 void SetSocketProperties(ResumableUDPSocket* socket, in SetSocketProperties()101 ResumableUDPSocket* socket = new ResumableUDPSocket(extension_->id()); in Work()124 ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id); in Work()[all …]
39 ApiResourceManager<ResumableUDPSocket>* manager = in UDPSocketEventDispatcher()40 ApiResourceManager<ResumableUDPSocket>::Get(browser_context_); in UDPSocketEventDispatcher()78 ResumableUDPSocket* socket = in StartReceive()146 ResumableUDPSocket* socket = in ReceiveCallback()
17 class ResumableUDPSocket; variable46 typedef ApiResourceManager<ResumableUDPSocket>::ApiResourceData SocketData;
12 class ResumableUDPSocket; variable27 ResumableUDPSocket* GetUdpSocket(int socket_id);38 ResumableUDPSocket* GetUdpSocket(int socket_id);
19 BrowserContextKeyedAPIFactory<ApiResourceManager<ResumableUDPSocket> > >24 BrowserContextKeyedAPIFactory<ApiResourceManager<ResumableUDPSocket> >*25 ApiResourceManager<ResumableUDPSocket>::GetFactoryInstance() { in GetFactoryInstance()289 ResumableUDPSocket::ResumableUDPSocket(const std::string& owner_extension_id) in ResumableUDPSocket() function in extensions::ResumableUDPSocket295 bool ResumableUDPSocket::IsPersistent() const { return persistent(); } in IsPersistent()
80 class ResumableUDPSocket : public UDPSocket {82 explicit ResumableUDPSocket(const std::string& owner_extension_id);100 friend class ApiResourceManager<ResumableUDPSocket>;
29 ResumableUDPSocket>::CreateApiResourceManagerForTest(context, id); in ApiResourceManagerTestFactory()37 ApiResourceManager<ResumableUDPSocket>::GetFactoryInstance() in SetUp()
27 ApiResourceManager<extensions::ResumableUDPSocket>::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()