Home
last modified time | relevance | path

Searched refs:ResumableUDPSocket (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/api/sockets_udp/
Dsockets_udp_api.cc28 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 …]
Dudp_socket_event_dispatcher.cc39 ApiResourceManager<ResumableUDPSocket>* manager = in UDPSocketEventDispatcher()
40 ApiResourceManager<ResumableUDPSocket>::Get(browser_context_); in UDPSocketEventDispatcher()
78 ResumableUDPSocket* socket = in StartReceive()
146 ResumableUDPSocket* socket = in ReceiveCallback()
Dudp_socket_event_dispatcher.h17 class ResumableUDPSocket; variable
46 typedef ApiResourceManager<ResumableUDPSocket>::ApiResourceData SocketData;
Dsockets_udp_api.h12 class ResumableUDPSocket; variable
27 ResumableUDPSocket* GetUdpSocket(int socket_id);
38 ResumableUDPSocket* GetUdpSocket(int socket_id);
/external/chromium_org/extensions/browser/api/socket/
Dudp_socket.cc19 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::ResumableUDPSocket
295 bool ResumableUDPSocket::IsPersistent() const { return persistent(); } in IsPersistent()
Dudp_socket.h80 class ResumableUDPSocket : public UDPSocket {
82 explicit ResumableUDPSocket(const std::string& owner_extension_id);
100 friend class ApiResourceManager<ResumableUDPSocket>;
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
Dsockets_udp_api_unittest.cc29 ResumableUDPSocket>::CreateApiResourceManagerForTest(context, id); in ApiResourceManagerTestFactory()
37 ApiResourceManager<ResumableUDPSocket>::GetFactoryInstance() in SetUp()
/external/chromium_org/extensions/browser/
Dbrowser_context_keyed_service_factories.cc27 ApiResourceManager<extensions::ResumableUDPSocket>::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()