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 27 class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher {
32 URLFetcherImpl(const GURL& url,
35 virtual ~URLFetcherImpl();
123 DISALLOW_COPY_AND_ASSIGN(URLFetcherImpl);
url_fetcher_impl.cc 16 URLFetcherImpl::URLFetcherImpl(const GURL& url,
22 URLFetcherImpl::~URLFetcherImpl() {
26 void URLFetcherImpl::SetUploadData(const std::string& upload_content_type,
31 void URLFetcherImpl::SetUploadFilePath(
44 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) {
48 void URLFetcherImpl::AppendChunkToUpload(const std::string& data,
54 void URLFetcherImpl::SetReferrer(const std::string& referrer) {
58 void URLFetcherImpl::SetLoadFlags(int load_flags)
    [all...]

Completed in 305 milliseconds