Home
last modified time | relevance | path

Searched refs:GetServerType (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/ftp/
Dftp_directory_listing_buffer.cc99 FtpServerType FtpDirectoryListingBuffer::GetServerType() const { in GetServerType() function in net::FtpDirectoryListingBuffer
100 return (current_parser_ ? current_parser_->GetServerType() : SERVER_UNKNOWN); in GetServerType()
Dftp_directory_listing_parser_windows.h19 virtual FtpServerType GetServerType() const { return SERVER_WINDOWS; } in GetServerType() function
Dftp_directory_listing_parser_mlsd.h21 virtual FtpServerType GetServerType() const { return SERVER_MLSD; } in GetServerType() function
Dftp_directory_listing_parser_netware.h20 virtual FtpServerType GetServerType() const { return SERVER_NETWARE; } in GetServerType() function
Dftp_directory_listing_parser_ls.h20 virtual FtpServerType GetServerType() const { return SERVER_LS; } in GetServerType() function
Dftp_directory_listing_parser.h34 virtual FtpServerType GetServerType() const = 0;
Dftp_directory_listing_parser_vms.h20 virtual FtpServerType GetServerType() const { return SERVER_VMS; } in GetServerType() function
Dftp_directory_listing_buffer.h44 FtpServerType GetServerType() const;