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 25 public PrivetHttpServer::Delegate,
56 // PrivetHttpServer::Delegate methods:
57 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationStart(
59 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationGetClaimToken(
63 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationComplete(
66 virtual PrivetHttpServer::RegistrationErrorStatus RegistrationCancel(
69 virtual void CreateInfo(PrivetHttpServer::DeviceInfo* info) OVERRIDE;
162 PrivetHttpServer::RegistrationErrorStatus CheckCommonRegErrors(
200 PrivetHttpServer::RegistrationErrorStatus ConfirmationToRegistrationError(
223 PrivetHttpServer http_server_
    [all...]
printer.cc 211 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationStart(
222 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
223 if (status != PrivetHttpServer::REG_ERROR_OK)
227 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
250 return PrivetHttpServer::REG_ERROR_OK;
253 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationGetClaimToken(
257 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
258 if (status != PrivetHttpServer::REG_ERROR_OK)
265 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
277 return PrivetHttpServer::REG_ERROR_PENDING_USER_ACTION
    [all...]
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 59 milliseconds