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

  /external/chromium_org/net/ftp/
ftp_network_transaction.cc 208 : command_sent_(COMMAND_NONE),
232 if (command_sent_ == COMMAND_QUIT)
316 if (command_sent_ == COMMAND_RETR && read_data_buf_.get())
319 if (command_sent_ == COMMAND_QUIT)
322 if (command_sent_ != COMMAND_NONE)
333 command_sent_ = COMMAND_NONE;
384 switch (command_sent_) {
426 LOG(DFATAL) << "Unexpected value of command_sent_: " << command_sent_;
435 switch (command_sent_) {
    [all...]
ftp_network_transaction.h 197 Command command_sent_; member in class:net::FtpNetworkTransaction

Completed in 305 milliseconds