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

/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc369 class FtpSocketDataProviderFileDownload : public FtpSocketDataProvider { class in namespace:net
371 FtpSocketDataProviderFileDownload() { function in class:net::FtpSocketDataProviderFileDownload
393 DISALLOW_COPY_AND_ASSIGN(FtpSocketDataProviderFileDownload);
426 : public FtpSocketDataProviderFileDownload {
442 return FtpSocketDataProviderFileDownload::OnWrite(data);
451 : public FtpSocketDataProviderFileDownload {
468 return FtpSocketDataProviderFileDownload::OnWrite(data);
477 : public FtpSocketDataProviderFileDownload {
491 return FtpSocketDataProviderFileDownload::OnWrite(data);
534 class FtpSocketDataProviderEscaping : public FtpSocketDataProviderFileDownload {
[all...]

Completed in 90 milliseconds