Home
last modified time | relevance | path

Searched defs:value_begin (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_util.h229 std::string::const_iterator value_begin() const { in value_begin() function
Dhttp_response_headers.h316 std::string::const_iterator value_begin; member
Dhttp_response_headers.cc343 std::string::const_iterator value_begin = parsed_[i].value_begin; in GetNormalizedHeaders() local
379 std::string::const_iterator value_begin = parsed_[i].value_begin; in GetNormalizedHeader() local
416 std::string::const_iterator value_begin = parsed_[i].value_begin; in EnumerateHeaderLines() local
623 std::string::const_iterator value_begin, in AddToParsed()
Dhttp_auth.h138 std::string::const_iterator value_begin() const { return value_begin_; } in value_begin() function
/external/chromium/net/tools/flip_server/
Dbalsa_headers_token_utils.cc20 const char* value_begin = stream_begin + header_line.value_begin_idx; in TokenizeHeaderLine() local
Dbalsa_frame.cc604 const char* value_begin = (stream_begin + header_line.value_begin_idx); in ProcessContentLengthLine() local
649 const char* value_begin = stream_begin + header_line.value_begin_idx; in ProcessTransferEncodingLine() local