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

/external/chromium_org/net/url_request/
H A Dftp_protocol_handler.cc18 FtpProtocolHandler::FtpProtocolHandler( function in class:net::FtpProtocolHandler
25 FtpProtocolHandler::~FtpProtocolHandler() {
28 URLRequestJob* FtpProtocolHandler::MaybeCreateJob(
H A Dftp_protocol_handler.h21 class NET_EXPORT FtpProtocolHandler : class in namespace:net
24 explicit FtpProtocolHandler(FtpTransactionFactory* ftp_transaction_factory);
25 virtual ~FtpProtocolHandler();
35 DISALLOW_COPY_AND_ASSIGN(FtpProtocolHandler);

Completed in 178 milliseconds