Searched refs:FtpNetworkLayer (Results 1 - 7 of 7) sorted by path

/external/chromium_org/chrome/browser/
H A Dio_thread.cc702 new net::FtpNetworkLayer(globals_->host_resolver.get()));
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc262 new net::FtpNetworkLayer(main_context->host_resolver()));
H A Dprofile_impl_io_data.cc560 new net::FtpNetworkLayer(io_thread_globals->host_resolver.get()));
/external/chromium_org/net/ftp/
H A Dftp_network_layer.cc13 FtpNetworkLayer::FtpNetworkLayer(HostResolver* host_resolver) function in class:net::FtpNetworkLayer
18 FtpNetworkLayer::~FtpNetworkLayer() {
22 FtpTransactionFactory* FtpNetworkLayer::CreateFactory(
24 return new FtpNetworkLayer(host_resolver);
27 FtpTransaction* FtpNetworkLayer::CreateTransaction() {
35 void FtpNetworkLayer::Suspend(bool suspend) {
H A Dftp_network_layer.h19 class NET_EXPORT FtpNetworkLayer : public FtpTransactionFactory { class in namespace:net
21 explicit FtpNetworkLayer(HostResolver* host_resolver);
22 virtual ~FtpNetworkLayer();
33 DISALLOW_COPY_AND_ASSIGN(FtpNetworkLayer);
/external/chromium_org/net/url_request/
H A Durl_request_context_builder.cc404 new FtpNetworkLayer(context->host_resolver()));
H A Durl_request_unittest.cc7958 FtpNetworkLayer ftp_transaction_factory(default_context_.host_resolver());

Completed in 1139 milliseconds