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

/external/chromium/net/ftp/
H A Dftp_network_transaction_unittest.cc350 class FtpSocketDataProviderFileDownload : public FtpSocketDataProvider { class in namespace:net
352 FtpSocketDataProviderFileDownload() { function in class:net::FtpSocketDataProviderFileDownload
373 DISALLOW_COPY_AND_ASSIGN(FtpSocketDataProviderFileDownload);
404 : public FtpSocketDataProviderFileDownload {
420 return FtpSocketDataProviderFileDownload::OnWrite(data);
429 : public FtpSocketDataProviderFileDownload {
445 return FtpSocketDataProviderFileDownload::OnWrite(data);
491 class FtpSocketDataProviderEscaping : public FtpSocketDataProviderFileDownload {
510 return FtpSocketDataProviderFileDownload::OnWrite(data);
519 : public FtpSocketDataProviderFileDownload {
[all...]

Completed in 35 milliseconds