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

  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 89 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
92 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
95 PrivetHttpServer::PrivetHttpServer(Delegate* delegate)
100 PrivetHttpServer::~PrivetHttpServer() {
104 bool PrivetHttpServer::Start(uint16 port) {
121 void PrivetHttpServer::Shutdown() {
128 void PrivetHttpServer::OnHttpRequest(int connection_id,
162 void PrivetHttpServer::OnWebSocketRequest
    [all...]
privet_http_server.h 20 class PrivetHttpServer: public net::HttpServer::Delegate {
131 explicit PrivetHttpServer(Delegate* delegate);
134 virtual ~PrivetHttpServer();
211 DISALLOW_COPY_AND_ASSIGN(PrivetHttpServer);

Completed in 46 milliseconds