HomeSort by relevance Sort by last modified time
    Searched refs:command_sent_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/ftp/
ftp_network_transaction.cc 52 : command_sent_(COMMAND_NONE),
95 if (command_sent_ == COMMAND_QUIT)
154 if (command_sent_ == COMMAND_RETR && read_data_buf_.get())
157 if (command_sent_ == COMMAND_QUIT)
160 if (command_sent_ != COMMAND_NONE)
188 command_sent_ = cmd;
227 switch (command_sent_) {
275 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_;
284 switch (command_sent_) {
    [all...]
ftp_network_transaction.h 171 Command command_sent_; member in class:net::FtpNetworkTransaction

Completed in 175 milliseconds