Searched refs:command_sent_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_network_transaction.cc183 : command_sent_(COMMAND_NONE),
209 if (command_sent_ == COMMAND_QUIT)
290 if (command_sent_ == COMMAND_RETR && read_data_buf_.get())
293 if (command_sent_ == COMMAND_QUIT)
296 if (command_sent_ != COMMAND_NONE)
307 command_sent_ = COMMAND_NONE;
343 switch (command_sent_) {
385 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_;
394 switch (command_sent_) {
[all...]
H A Dftp_network_transaction.h187 Command command_sent_; member in class:net::FtpNetworkTransaction

Completed in 68 milliseconds