Home | History | Annotate | Download | only in http

Lines Matching defs:code

2 // Use of this source code is governed by a BSD-style license that can be
89 // Functions for histogram initialization. The code 0 is put in the
110 int MapHttpResponseCode(int code) {
111 if (HISTOGRAM_MIN_HTTP_RESPONSE_CODE <= code &&
112 code <= HISTOGRAM_MAX_HTTP_RESPONSE_CODE)
113 return code;
621 std::string::const_iterator code = p;
625 if (p == code) {
632 raw_headers_.append(code, p);
634 base::StringToInt(code, p, &response_code_);
907 // A response received with a status code of 200, 203, 206, 300, 301 or 410
912 // A response received with any other status code (e.g. status codes 302