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

/external/chromium_org/net/url_request/
H A Durl_fetcher_impl.h29 class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher { class in namespace:net
34 URLFetcherImpl(const GURL& url,
37 virtual ~URLFetcherImpl();
126 DISALLOW_COPY_AND_ASSIGN(URLFetcherImpl);
H A Durl_fetcher_impl.cc18 URLFetcherImpl::URLFetcherImpl(const GURL& url, function in class:net::URLFetcherImpl
24 URLFetcherImpl::~URLFetcherImpl() {
28 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type,
33 void URLFetcherImpl::SetUploadFilePath(
46 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) {
50 void URLFetcherImpl::AppendChunkToUpload(const std::string& data,
56 void URLFetcherImpl::SetReferrer(const std::string& referrer) {
60 void URLFetcherImpl
[all...]

Completed in 77 milliseconds