HomeSort by relevance Sort by last modified time
    Searched defs:URLFetcherImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_fetcher_impl.h 29 class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher {
34 URLFetcherImpl(const GURL& url,
37 virtual ~URLFetcherImpl();
126 DISALLOW_COPY_AND_ASSIGN(URLFetcherImpl);
url_fetcher_impl.cc 18 URLFetcherImpl::URLFetcherImpl(const GURL& url,
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::SetReferrerPolicy
    [all...]

Completed in 356 milliseconds