Searched defs:FtpDirectoryListingParserWindows (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_windows.h14 class FtpDirectoryListingParserWindows : public FtpDirectoryListingParser { class in namespace:net
16 FtpDirectoryListingParserWindows();
28 DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingParserWindows);
H A Dftp_directory_listing_parser_windows.cc66 FtpDirectoryListingParserWindows::FtpDirectoryListingParserWindows() { function in class:net::FtpDirectoryListingParserWindows
69 bool FtpDirectoryListingParserWindows::ConsumeLine(const string16& line) {
100 bool FtpDirectoryListingParserWindows::OnEndOfInput() {
104 bool FtpDirectoryListingParserWindows::EntryAvailable() const {
108 FtpDirectoryListingEntry FtpDirectoryListingParserWindows::PopEntry() {

Completed in 125 milliseconds