Searched refs:FTPDirectoryEntry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.h112 FTPDirectoryEntry, enumerator in enum:WebCore::FTPEntryType
H A DFTPDirectoryParser.cpp142 result.type = FTPDirectoryEntry; /* its a dir */
457 result.type = FTPDirectoryEntry;
461 if (result.type != FTPDirectoryEntry)
512 } /* if (result.type != FTPDirectoryEntry) */
701 result.type = FTPDirectoryEntry;
784 result.type = FTPDirectoryEntry;
853 if (result.type == FTPDirectoryEntry && result.filename[0] == '.' &&
934 result.type = FTPDirectoryEntry;
939 if (result.type != FTPDirectoryEntry)
954 if (result.type == FTPDirectoryEntry
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DFTPDirectoryDocument.cpp263 if (result.type == FTPDirectoryEntry) {
273 appendEntry(filename, processFilesizeString(result.fileSize, result.type == FTPDirectoryEntry), processFileDateString(result.modifiedTime), result.type == FTPDirectoryEntry);

Completed in 128 milliseconds