Searched refs:ParseLine (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_ctrl_response_buffer.h70 static ParsedLine ParseLine(const std::string& line);
H A Dftp_ctrl_response_buffer.cc89 FtpCtrlResponseBuffer::ParsedLine FtpCtrlResponseBuffer::ParseLine( function in class:net::FtpCtrlResponseBuffer
120 lines_.push(ParseLine(buffer_.substr(cut_pos, i - cut_pos - 1)));
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dconsole.h76 void ParseLine(std::string &str);
H A Dconsole.cc164 client_->ParseLine(data->data());
H A Dcallclient.h98 void ParseLine(const std::string &str);
H A Dcallclient.cc140 void CallClient::ParseLine(const std::string& line) { function in class:CallClient
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlinux.h66 virtual bool ParseLine(std::string *key, std::string *value);
H A Dlinux.cc144 while (ParseLine(&key, &value)) {
150 bool ConfigParser::ParseLine(std::string *key, std::string *value) { function in class:talk_base::ConfigParser

Completed in 267 milliseconds