HomeSort by relevance Sort by last modified time
    Searched full:http_status (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/http/
http_status_code_list.h 12 #ifndef HTTP_STATUS
13 #error "HTTP_STATUS should be defined before including this file"
17 HTTP_STATUS(CONTINUE, 100, "Continue")
18 HTTP_STATUS(SWITCHING_PROTOCOLS, 101, "Switching Protocols")
21 HTTP_STATUS(OK, 200, "OK")
22 HTTP_STATUS(CREATED, 201, "Created")
23 HTTP_STATUS(ACCEPTED, 202, "Accepted")
24 HTTP_STATUS(NON_AUTHORITATIVE_INFORMATION, 203, "Non-Authoritative Information")
25 HTTP_STATUS(NO_CONTENT, 204, "No Content")
26 HTTP_STATUS(RESET_CONTENT, 205, "Reset Content"
    [all...]
http_status_code.cc 14 #define HTTP_STATUS(label, code, reason) case HTTP_ ## label: return reason;
16 #undef HTTP_STATUS
http_status_code.h 15 #define HTTP_STATUS(label, code, reason) HTTP_ ## label = code,
17 #undef HTTP_STATUS
  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_status_chromeos.cc 35 EnrollmentStatus EnrollmentStatus::ForRobotRefreshFetchError(int http_status) {
37 http_status, CloudPolicyStore::STATUS_OK,
68 int http_status,
73 http_status_(http_status),
enrollment_status_chromeos.h 41 static EnrollmentStatus ForRobotRefreshFetchError(int http_status);
50 int http_status() const { return http_status_; } function in class:policy::EnrollmentStatus
59 int http_status,
device_cloud_policy_manager_chromeos_unittest.cc 473 EXPECT_EQ(400, status_.http_status());
  /external/chromium_org/content/renderer/media/android/
media_info_loader_unittest.cc 84 int http_status, MediaInfoLoader::Status expected_status) {
92 response.setHTTPStatusCode(http_status);
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 84 int http_status,
88 http_status_(http_status),
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 78 http_status: 201 if the upload succeeded, something else if an
80 http_reason: The human-readable string associated with http_status
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service_unittest.cc 158 int http_status,
162 fetcher->set_response_code(http_status);
181 int http_status,
185 http_status_(http_status),
  /external/chromium_org/chrome_frame/
utils.cc 1236 int http_status = 0; local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript3.php 321 'IME_COMPOSITION', 'IGNORE', 'ID3', 'HTTP_STATUS', 'HORIZONTAL',
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 422 milliseconds