ftp_network_transaction_unittest.cc | 746 void ExecuteTransaction(FtpSocketDataProvider* ctrl_socket, 758 mock_socket_factory_.AddSocketDataProvider(ctrl_socket); 783 EXPECT_EQ(FtpSocketDataProvider::QUIT, ctrl_socket->state()); 787 void TransactionFailHelper(FtpSocketDataProvider* ctrl_socket, 793 ctrl_socket->InjectFailure(state, next_state, response); 794 ExecuteTransaction(ctrl_socket, request, expected_result); 823 FtpSocketDataProviderEvilSize ctrl_socket( 826 ExecuteTransaction(&ctrl_socket, "ftp://[::1]/file", ERR_INVALID_RESPONSE); 830 FtpSocketDataProviderDirectoryListing ctrl_socket; local 831 ExecuteTransaction(&ctrl_socket, "ftp://host", OK) 841 FtpSocketDataProviderDirectoryListingWithPasvFallback ctrl_socket; local 849 FtpSocketDataProviderDirectoryListing ctrl_socket; local 857 FtpSocketDataProviderDirectoryListing ctrl_socket; local 863 FtpSocketDataProviderDirectoryListing ctrl_socket; local 869 FtpSocketDataProviderDirectoryListing ctrl_socket; local 875 FtpSocketDataProviderDirectoryListing ctrl_socket; local 886 FtpSocketDataProviderDirectoryListingZeroSize ctrl_socket; local 891 FtpSocketDataProviderVMSDirectoryListing ctrl_socket; local 896 FtpSocketDataProviderVMSDirectoryListingRootDirectory ctrl_socket; local 901 FtpSocketDataProviderDirectoryListingTransferStarting ctrl_socket; local 906 FtpSocketDataProviderFileDownload ctrl_socket; local 917 FtpSocketDataProviderFileDownloadWithPasvFallback ctrl_socket; local 925 FtpSocketDataProviderFileDownloadWithFileTypecode ctrl_socket; local 934 FtpSocketDataProviderFileDownloadWithFileTypecode ctrl_socket; local 942 FtpSocketDataProviderFileDownload ctrl_socket; local 948 FtpSocketDataProviderFileDownload ctrl_socket; local 954 FtpSocketDataProviderFileDownload ctrl_socket; local 960 FtpSocketDataProviderFileDownloadZeroSize ctrl_socket; local 965 FtpSocketDataProviderVMSFileDownload ctrl_socket; local 970 FtpSocketDataProviderFileDownloadTransferStarting ctrl_socket; local 975 FtpSocketDataProviderFileDownloadInvalidResponse ctrl_socket; local 1206 FtpSocketDataProviderEscaping ctrl_socket; local 1233 FtpSocketDataProviderCloseConnection ctrl_socket; local 1238 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1250 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1261 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1271 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1283 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1295 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1307 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1319 FtpSocketDataProviderDirectoryListing ctrl_socket; local 1331 FtpSocketDataProviderVMSDirectoryListing ctrl_socket; local 1343 FtpSocketDataProviderFileDownload ctrl_socket; local 1355 FtpSocketDataProviderFileDownload ctrl_socket; local 1365 FtpSocketDataProviderFileDownload ctrl_socket; local 1377 FtpSocketDataProviderFileDownload ctrl_socket; local 1389 FtpSocketDataProviderFileDownload ctrl_socket; local 1401 FtpSocketDataProviderFileDownload ctrl_socket; local 1413 FtpSocketDataProviderFileDownload ctrl_socket; local 1425 FtpSocketDataProviderFileNotFound ctrl_socket; local 1431 FtpSocketDataProviderFileDownload ctrl_socket; local [all...] |