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 183 : 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...]
ftp_network_transaction.h 187 Command command_sent_; member in class:net::FtpNetworkTransaction

Completed in 80 milliseconds