HomeSort by relevance Sort by last modified time
    Searched refs:FtpDirectoryListingResponseDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.h 25 class FtpDirectoryListingResponseDelegate {
27 FtpDirectoryListingResponseDelegate(WebKit::WebURLLoaderClient* client,
48 DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingResponseDelegate);
ftp_directory_listing_response_delegate.cc 57 FtpDirectoryListingResponseDelegate::FtpDirectoryListingResponseDelegate(
66 void FtpDirectoryListingResponseDelegate::OnReceivedData(const char* data,
71 void FtpDirectoryListingResponseDelegate::OnCompletedRequest() {
95 void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) {
111 void FtpDirectoryListingResponseDelegate::SendDataToClient(
weburlloader_impl.cc 324 scoped_ptr<FtpDirectoryListingResponseDelegate> ftp_listing_delegate_;
591 new FtpDirectoryListingResponseDelegate(client_, loader_, response));

Completed in 41 milliseconds