Searched refs:kInternalServerError (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_error.h42 kInternalServerError = 500, enumerator in enum:webdriver::ErrorCode
H A Dhttp_response.cc21 const int HttpResponse::kInternalServerError = 500; member in class:webdriver::HttpResponse
106 case kInternalServerError:
H A Dhttp_response.h28 static const int kInternalServerError; member in class:webdriver::HttpResponse
H A Dwebdriver_dispatch_unittest.cc40 ExpectHttpStatus(HttpResponse::kInternalServerError,
91 ExpectInternalError(kInternalServerError, &command_response, &http_response);
108 ExpectHttpStatus(HttpResponse::kInternalServerError, command_response,
H A Dwebdriver_dispatch.cc210 http_response->set_status(HttpResponse::kInternalServerError);
230 http_response->set_status(HttpResponse::kInternalServerError);
246 http_response->set_status(HttpResponse::kInternalServerError);
260 case kInternalServerError:
262 http_response->set_status(HttpResponse::kInternalServerError);
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc61 const int kInternalServerError = 500; member in namespace:policy::__anon2343
231 case kInternalServerError:
/external/chromium_org/chrome/browser/policy/cloud/
H A Ddevice_management_service.cc71 const int kInternalServerError = 500; member in namespace:policy::__anon5474
398 case kInternalServerError:

Completed in 108 milliseconds