Searched refs:FtpDirectoryListingResponseDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.h25 class FtpDirectoryListingResponseDelegate { class in namespace:content
27 FtpDirectoryListingResponseDelegate(blink::WebURLLoaderClient* client,
51 DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingResponseDelegate);
H A Dftp_directory_listing_response_delegate.cc57 FtpDirectoryListingResponseDelegate::FtpDirectoryListingResponseDelegate( function in class:content::FtpDirectoryListingResponseDelegate
72 void FtpDirectoryListingResponseDelegate::Cancel() {
77 void FtpDirectoryListingResponseDelegate::OnReceivedData(const char* data,
82 void FtpDirectoryListingResponseDelegate::OnCompletedRequest() {
109 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) {
125 void FtpDirectoryListingResponseDelegate::SendDataToClient(
H A Dweb_url_loader_impl.cc258 scoped_ptr<FtpDirectoryListingResponseDelegate> ftp_listing_delegate_;
583 new FtpDirectoryListingResponseDelegate(client_, loader_, response));

Completed in 625 milliseconds