Searched refs:SetFirstLine (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.cc745 void BalsaHeaders::SetFirstLine(const base::StringPiece& line) { function in class:net::BalsaHeaders
H A Dbalsa_headers.h891 // Note that SetFirstLine will not update the internal indices for the
933 // The biggest problem with SetFirstLine is that we don't want to use a
936 // of pointers into a buffer. Cuteness aside, SetFirstLine doesn't parse
938 // will not work properly after calling SetFirstLine. If you want those
940 // SetFirstLine is stuff useful, however, if all you care about is correct
942 void SetFirstLine(const base::StringPiece& line);
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.cc777 void BalsaHeaders::SetFirstLine(const base::StringPiece& line) { function in class:net::BalsaHeaders
H A Dbalsa_headers.h883 // Note that SetFirstLine will not update the internal indices for the
925 // The biggest problem with SetFirstLine is that we don't want to use a
928 // of pointers into a buffer. Cuteness aside, SetFirstLine doesn't parse
930 // will not work properly after calling SetFirstLine. If you want those
932 // SetFirstLine is stuff useful, however, if all you care about is correct
934 void SetFirstLine(const base::StringPiece& line);

Completed in 84 milliseconds