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

  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.h 18 class TCPServerSocketAsyncApiFunction : public SocketAsyncApiFunction {
20 virtual ~TCPServerSocketAsyncApiFunction();
28 class SocketsTcpServerCreateFunction : public TCPServerSocketAsyncApiFunction {
47 class SocketsTcpServerUpdateFunction : public TCPServerSocketAsyncApiFunction {
66 : public TCPServerSocketAsyncApiFunction {
85 class SocketsTcpServerListenFunction : public TCPServerSocketAsyncApiFunction {
105 : public TCPServerSocketAsyncApiFunction {
123 class SocketsTcpServerCloseFunction : public TCPServerSocketAsyncApiFunction {
141 class SocketsTcpServerGetInfoFunction : public TCPServerSocketAsyncApiFunction {
160 : public TCPServerSocketAsyncApiFunction {
    [all...]
sockets_tcp_server_api.cc 64 TCPServerSocketAsyncApiFunction::~TCPServerSocketAsyncApiFunction() {}
67 TCPServerSocketAsyncApiFunction::CreateSocketResourceManager() {
72 ResumableTCPServerSocket* TCPServerSocketAsyncApiFunction::GetTcpSocket(

Completed in 231 milliseconds