Home
last modified time | relevance | path

Searched refs:values_end_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_util.h194 return values_end_; in values_end()
197 return std::string(values_begin_, values_end_); in values()
205 std::string::const_iterator values_end_; variable
Dhttp_util.cc628 values_end_ = lines_.token_end(); in GetNext()
630 string::const_iterator colon = find(name_begin_, values_end_, ':'); in GetNext()
631 if (colon == values_end_) in GetNext()
647 TrimLWS(&values_begin_, &values_end_); in GetNext()