Home
last modified time | relevance | path

Searched refs:SocketAsyncApiFunction (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/socket/
Dsocket_api.h90 class SocketAsyncApiFunction : public AsyncApiFunction {
92 SocketAsyncApiFunction();
95 virtual ~SocketAsyncApiFunction();
113 class SocketExtensionWithDnsLookupFunction : public SocketAsyncApiFunction {
135 class SocketCreateFunction : public SocketAsyncApiFunction {
160 class SocketDestroyFunction : public SocketAsyncApiFunction {
201 class SocketDisconnectFunction : public SocketAsyncApiFunction {
216 class SocketBindFunction : public SocketAsyncApiFunction {
233 class SocketListenFunction : public SocketAsyncApiFunction {
250 class SocketAcceptFunction : public SocketAsyncApiFunction {
[all …]
Dsocket_api.cc50 SocketAsyncApiFunction::SocketAsyncApiFunction() { in SocketAsyncApiFunction() function in extensions::SocketAsyncApiFunction
53 SocketAsyncApiFunction::~SocketAsyncApiFunction() { in ~SocketAsyncApiFunction()
56 bool SocketAsyncApiFunction::PrePrepare() { in PrePrepare()
61 bool SocketAsyncApiFunction::Respond() { in Respond()
66 SocketAsyncApiFunction::CreateSocketResourceManager() { in CreateSocketResourceManager()
71 int SocketAsyncApiFunction::AddSocket(Socket* socket) { in AddSocket()
75 Socket* SocketAsyncApiFunction::GetSocket(int api_resource_id) { in GetSocket()
79 base::hash_set<int>* SocketAsyncApiFunction::GetSocketIds() { in GetSocketIds()
83 void SocketAsyncApiFunction::RemoveSocket(int api_resource_id) { in RemoveSocket()
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
Dsockets_tcp_server_api.h18 class TCPServerSocketAsyncApiFunction : public SocketAsyncApiFunction {
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp/
Dsockets_tcp_api.h18 class TCPSocketAsyncApiFunction : public SocketAsyncApiFunction {
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
Dsockets_udp_api.h20 class UDPSocketAsyncApiFunction : public SocketAsyncApiFunction {