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 63 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
66 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
69 PrivetHttpServer::PrivetHttpServer(Delegate* delegate)
74 PrivetHttpServer::~PrivetHttpServer() {
78 bool PrivetHttpServer::Start(uint16 port) {
95 void PrivetHttpServer::Shutdown() {
102 void PrivetHttpServer::OnHttpRequest(int connection_id,
137 void PrivetHttpServer::OnWebSocketRequest
    [all...]
privet_http_server.h 20 class PrivetHttpServer: public net::HttpServer::Delegate {
97 explicit PrivetHttpServer(Delegate* delegate);
100 virtual ~PrivetHttpServer();
160 DISALLOW_COPY_AND_ASSIGN(PrivetHttpServer);

Completed in 165 milliseconds