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

  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 112 FTPDirectoryEntry,
FTPDirectoryParser.cpp 179 result.type = FTPDirectoryEntry; /* its a dir */
494 result.type = FTPDirectoryEntry;
498 if (result.type != FTPDirectoryEntry)
549 } /* if (result.type != FTPDirectoryEntry) */
738 result.type = FTPDirectoryEntry;
821 result.type = FTPDirectoryEntry;
890 if (result.type == FTPDirectoryEntry && result.filename[0] == '.' &&
    [all...]
FTPDirectoryDocument.cpp 272 if (result.type == FTPDirectoryEntry) {
282 appendEntry(filename, processFilesizeString(result.fileSize, result.type == FTPDirectoryEntry), processFileDateString(result.modifiedTime), result.type == FTPDirectoryEntry);

Completed in 201 milliseconds