PrivetHttpServer  211 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationStart(
PrivetHttpServer  222 cloud_print/gcp20/prototype/printer.cc   PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
PrivetHttpServer  223 cloud_print/gcp20/prototype/printer.cc   if (status != PrivetHttpServer::REG_ERROR_OK)
PrivetHttpServer  227 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
PrivetHttpServer  250 cloud_print/gcp20/prototype/printer.cc   return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  253 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationGetClaimToken(
PrivetHttpServer  257 cloud_print/gcp20/prototype/printer.cc   PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
PrivetHttpServer  258 cloud_print/gcp20/prototype/printer.cc   if (status != PrivetHttpServer::REG_ERROR_OK)
PrivetHttpServer  265 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
PrivetHttpServer  277 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_PENDING_USER_ACTION;
PrivetHttpServer  285 cloud_print/gcp20/prototype/printer.cc   return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  288 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationComplete(
PrivetHttpServer  291 cloud_print/gcp20/prototype/printer.cc   PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
PrivetHttpServer  292 cloud_print/gcp20/prototype/printer.cc   if (status != PrivetHttpServer::REG_ERROR_OK)
PrivetHttpServer  296 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
PrivetHttpServer  307 cloud_print/gcp20/prototype/printer.cc   return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  310 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus Printer::RegistrationCancel(
PrivetHttpServer  312 cloud_print/gcp20/prototype/printer.cc   PrivetHttpServer::RegistrationErrorStatus status = CheckCommonRegErrors(user);
PrivetHttpServer  313 cloud_print/gcp20/prototype/printer.cc   if (status != PrivetHttpServer::REG_ERROR_OK &&
PrivetHttpServer  314 cloud_print/gcp20/prototype/printer.cc       status != PrivetHttpServer::REG_ERROR_SERVER_ERROR) {
PrivetHttpServer  319 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_INVALID_ACTION;
PrivetHttpServer  327 cloud_print/gcp20/prototype/printer.cc   return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  337 cloud_print/gcp20/prototype/printer.cc void Printer::CreateInfo(PrivetHttpServer::DeviceInfo* info) {
PrivetHttpServer  341 cloud_print/gcp20/prototype/printer.cc   *info = PrivetHttpServer::DeviceInfo();
PrivetHttpServer  696 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus Printer::CheckCommonRegErrors(
PrivetHttpServer  701 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_OFFLINE;
PrivetHttpServer  705 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_DEVICE_BUSY;
PrivetHttpServer  709 cloud_print/gcp20/prototype/printer.cc     return PrivetHttpServer::REG_ERROR_SERVER_ERROR;
PrivetHttpServer  713 cloud_print/gcp20/prototype/printer.cc   return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  871 cloud_print/gcp20/prototype/printer.cc PrivetHttpServer::RegistrationErrorStatus
PrivetHttpServer  876 cloud_print/gcp20/prototype/printer.cc       return PrivetHttpServer::REG_ERROR_PENDING_USER_ACTION;
PrivetHttpServer  878 cloud_print/gcp20/prototype/printer.cc       return PrivetHttpServer::REG_ERROR_USER_CANCEL;
PrivetHttpServer  881 cloud_print/gcp20/prototype/printer.cc       return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer  883 cloud_print/gcp20/prototype/printer.cc       return PrivetHttpServer::REG_ERROR_CONFIRMATION_TIMEOUT;
PrivetHttpServer  886 cloud_print/gcp20/prototype/printer.cc       return PrivetHttpServer::REG_ERROR_OK;
PrivetHttpServer   25 cloud_print/gcp20/prototype/printer.h                 public PrivetHttpServer::Delegate,
PrivetHttpServer   57 cloud_print/gcp20/prototype/printer.h   virtual PrivetHttpServer::RegistrationErrorStatus RegistrationStart(
PrivetHttpServer   59 cloud_print/gcp20/prototype/printer.h   virtual PrivetHttpServer::RegistrationErrorStatus RegistrationGetClaimToken(
PrivetHttpServer   63 cloud_print/gcp20/prototype/printer.h   virtual PrivetHttpServer::RegistrationErrorStatus RegistrationComplete(
PrivetHttpServer   66 cloud_print/gcp20/prototype/printer.h   virtual PrivetHttpServer::RegistrationErrorStatus RegistrationCancel(
PrivetHttpServer   69 cloud_print/gcp20/prototype/printer.h   virtual void CreateInfo(PrivetHttpServer::DeviceInfo* info) OVERRIDE;
PrivetHttpServer  162 cloud_print/gcp20/prototype/printer.h   PrivetHttpServer::RegistrationErrorStatus CheckCommonRegErrors(
PrivetHttpServer  200 cloud_print/gcp20/prototype/printer.h   PrivetHttpServer::RegistrationErrorStatus ConfirmationToRegistrationError(
PrivetHttpServer  223 cloud_print/gcp20/prototype/printer.h   PrivetHttpServer http_server_;
PrivetHttpServer   89 cloud_print/gcp20/prototype/privet_http_server.cc PrivetHttpServer::DeviceInfo::DeviceInfo() : uptime(0) {
PrivetHttpServer   92 cloud_print/gcp20/prototype/privet_http_server.cc PrivetHttpServer::DeviceInfo::~DeviceInfo() {
PrivetHttpServer   95 cloud_print/gcp20/prototype/privet_http_server.cc PrivetHttpServer::PrivetHttpServer(Delegate* delegate)
PrivetHttpServer  100 cloud_print/gcp20/prototype/privet_http_server.cc PrivetHttpServer::~PrivetHttpServer() {
PrivetHttpServer  104 cloud_print/gcp20/prototype/privet_http_server.cc bool PrivetHttpServer::Start(uint16 port) {
PrivetHttpServer  121 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::Shutdown() {
PrivetHttpServer  128 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::OnHttpRequest(int connection_id,
PrivetHttpServer  162 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::OnWebSocketRequest(
PrivetHttpServer  167 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::OnWebSocketMessage(int connection_id,
PrivetHttpServer  171 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::OnClose(int connection_id) {
PrivetHttpServer  174 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::ReportInvalidMethod(int connection_id) {
PrivetHttpServer  179 cloud_print/gcp20/prototype/privet_http_server.cc bool PrivetHttpServer::ValidateRequestMethod(int connection_id,
PrivetHttpServer  201 cloud_print/gcp20/prototype/privet_http_server.cc net::HttpStatusCode PrivetHttpServer::ProcessHttpRequest(
PrivetHttpServer  237 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessInfo(
PrivetHttpServer  272 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessCapabilities(
PrivetHttpServer  281 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessCreateJob(
PrivetHttpServer  320 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessSubmitDoc(
PrivetHttpServer  388 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessJobState(
PrivetHttpServer  409 cloud_print/gcp20/prototype/privet_http_server.cc scoped_ptr<base::DictionaryValue> PrivetHttpServer::ProcessRegister(
PrivetHttpServer  460 cloud_print/gcp20/prototype/privet_http_server.cc void PrivetHttpServer::ProcessRegistrationStatus(
PrivetHttpServer   20 cloud_print/gcp20/prototype/privet_http_server.h class PrivetHttpServer: public net::HttpServer::Delegate {
PrivetHttpServer  131 cloud_print/gcp20/prototype/privet_http_server.h   explicit PrivetHttpServer(Delegate* delegate);
PrivetHttpServer  134 cloud_print/gcp20/prototype/privet_http_server.h   virtual ~PrivetHttpServer();
PrivetHttpServer  211 cloud_print/gcp20/prototype/privet_http_server.h   DISALLOW_COPY_AND_ASSIGN(PrivetHttpServer);