Searched refs:PrivetHttpServer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h25 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...]
H A Dprinter.cc212 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationStart(
223 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
224 if (status != PrivetHttpServer::REG_ERROR_OK)
228 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
251 return PrivetHttpServer::REG_ERROR_OK;
254 PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationGetClaimToken(
258 PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
259 if (status != PrivetHttpServer::REG_ERROR_OK)
266 return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
278 return PrivetHttpServer
[all...]
H A Dprivet_http_server.cc90 PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
93 PrivetHttpServer::DeviceInfo::~DeviceInfo() {
96 PrivetHttpServer::PrivetHttpServer(Delegate* delegate) function in class:PrivetHttpServer
101 PrivetHttpServer::~PrivetHttpServer() {
105 bool PrivetHttpServer::Start(uint16 port) {
127 void PrivetHttpServer::Shutdown() {
134 void PrivetHttpServer::OnHttpRequest(int connection_id,
168 void PrivetHttpServer
[all...]
H A Dprivet_http_server.h20 class PrivetHttpServer: public net::HttpServer::Delegate { class in inherits:net::HttpServer::Delegate
131 explicit PrivetHttpServer(Delegate* delegate);
134 virtual ~PrivetHttpServer();
212 DISALLOW_COPY_AND_ASSIGN(PrivetHttpServer);

Completed in 280 milliseconds