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

  /external/chromium/net/ftp/
ftp_directory_listing_parser.h 34 virtual FtpServerType GetServerType() const = 0;
ftp_directory_listing_parser_ls.h 20 virtual FtpServerType GetServerType() const { return SERVER_LS; }
ftp_directory_listing_parser_mlsd.h 21 virtual FtpServerType GetServerType() const { return SERVER_MLSD; }
ftp_directory_listing_parser_netware.h 20 virtual FtpServerType GetServerType() const { return SERVER_NETWARE; }
ftp_directory_listing_parser_windows.h 19 virtual FtpServerType GetServerType() const { return SERVER_WINDOWS; }
ftp_directory_listing_parser_vms.h 20 virtual FtpServerType GetServerType() const { return SERVER_VMS; }
ftp_directory_listing_buffer.h 44 FtpServerType GetServerType() const;
ftp_directory_listing_buffer.cc 99 FtpServerType FtpDirectoryListingBuffer::GetServerType() const {
100 return (current_parser_ ? current_parser_->GetServerType() : SERVER_UNKNOWN);

Completed in 702 milliseconds