Searched refs:SocketsTcpServerListenFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dsockets_tcp_server_api.h85 class SocketsTcpServerListenFunction : public TCPServerSocketAsyncApiFunction { class in namespace:extensions::core_api
90 SocketsTcpServerListenFunction();
93 virtual ~SocketsTcpServerListenFunction();
H A Dsockets_tcp_server_api.cc160 SocketsTcpServerListenFunction::SocketsTcpServerListenFunction() function in class:extensions::core_api::SocketsTcpServerListenFunction
163 SocketsTcpServerListenFunction::~SocketsTcpServerListenFunction() {}
165 bool SocketsTcpServerListenFunction::Prepare() {
179 void SocketsTcpServerListenFunction::Work() {

Completed in 140 milliseconds