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

  /external/chromium_org/cloud_print/gcp20/prototype/
printer.h 24 public PrivetHttpServer::Delegate,
96 // PrivetHttpServer::Delegate methods:
97 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationStart(
99 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationGetClaimToken(
103 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationComplete(
106 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationCancel(
109 virtual void CreateInfo(PrivetHttpServer::DeviceInfo* info) OVERRIDE;
171 PrivetHttpServer::RegistrationErrorStatus CheckCommonRegErrors(
191 PrivetHttpServer::RegistrationErrorStatus ConfirmationToRegistrationError(
205 PrivetHttpServer http_server_
    [all...]
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...]
printer.cc 196 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationStart(
198 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
199 if (status != PrivetHttpServer::REG_ERROR_OK)
203 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
223 return PrivetHttpServer::REG_ERROR_OK;
226 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationGetClaimToken(
230 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
231 if (status != PrivetHttpServer::REG_ERROR_OK)
238 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
247 return PrivetHttpServer::REG_ERROR_PENDING_USER_ACTION
    [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 37 milliseconds