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

  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.h 85 class SocketsTcpServerListenFunction : public TCPServerSocketAsyncApiFunction {
90 SocketsTcpServerListenFunction();
93 virtual ~SocketsTcpServerListenFunction();
sockets_tcp_server_api.cc 160 SocketsTcpServerListenFunction::SocketsTcpServerListenFunction()
163 SocketsTcpServerListenFunction::~SocketsTcpServerListenFunction() {}
165 bool SocketsTcpServerListenFunction::Prepare() {
179 void SocketsTcpServerListenFunction::Work() {

Completed in 45 milliseconds