HomeSort by relevance Sort by last modified time
    Searched refs:command_sent_ (Results 1 - 4 of 4) 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
  /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 591 milliseconds