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

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 32 HTTP_NOT_OK, // HTTP status was not OK.
53 case HTTP_NOT_OK:
54 return "HTTP_NOT_OK";
197 HTTP_NOT_OK : RESPONSE_PARSING_FAILED;
registration_request.h 48 HTTP_NOT_OK, // HTTP status was not OK.
unregistration_request.h 47 HTTP_NOT_OK, // HTTP response code was not OK.
registration_request.cc 74 status == RegistrationRequest::HTTP_NOT_OK ||
225 return HTTP_NOT_OK;
unregistration_request.cc 68 return UnregistrationRequest::HTTP_NOT_OK;
211 // status == SUCCESS || HTTP_NOT_OK || NO_RESPONSE_BODY ||
unregistration_request_unittest.cc 190 EXPECT_EQ(UnregistrationRequest::HTTP_NOT_OK, status_);
  /external/chromium_org/components/gcm_driver/
gcm_stats_recorder_impl.cc 98 case gcm::RegistrationRequest::HTTP_NOT_OK:
99 return "HTTP_NOT_OK";
131 case gcm::UnregistrationRequest::HTTP_NOT_OK:
132 return "HTTP_NOT_OK";

Completed in 199 milliseconds