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

/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc722 class FtpSocketDataProviderEvilLogin class in namespace:net
725 FtpSocketDataProviderEvilLogin(const char* expected_user, function in class:net::FtpSocketDataProviderEvilLogin
750 DISALLOW_COPY_AND_ASSIGN(FtpSocketDataProviderEvilLogin);
1268 FtpSocketDataProviderEvilLogin ctrl_socket("hello%0Aworld", "test");
1273 FtpSocketDataProviderEvilLogin ctrl_socket("test", "hello%0Dworld");
1278 FtpSocketDataProviderEvilLogin ctrl_socket("hello world", "test");
1283 FtpSocketDataProviderEvilLogin ctrl_socket("test", "hello world");

Completed in 62 milliseconds