Home | History | Annotate | Download | only in url_request

Lines Matching refs:URLFetcher

36 //   URLFetcher* fetcher = URLFetcher::Create("http://www.google.com",
37 // URLFetcher::GET, this);
53 // OnURLFetchComplete() will be called with a pointer to the URLFetcher. From
54 // that point until the original URLFetcher instance is destroyed, you may use
56 // objects if you need them to live longer than the URLFetcher instance. If the
57 // URLFetcher instance is destroyed before the callback happens, the fetch will
60 // You may create the URLFetcher instance on any thread; OnURLFetchComplete()
64 // NOTE: By default URLFetcher requests are NOT intercepted, except when
66 class NET_EXPORT URLFetcher {
88 virtual ~URLFetcher();
93 static URLFetcher* Create(const GURL& url,
94 URLFetcher::RequestType request_type,
99 // who is creating the URLFetcher.
100 static URLFetcher* Create(int id,
102 URLFetcher::RequestType request_type,
113 // Normally interception is disabled for URLFetcher, but you can use this
115 // of testing code that uses an URLFetcher.
118 // Normally, URLFetcher will abort loads that request SSL client certificate
202 // will be called, with the URLFetcher's URL set to the redirect destination,
208 // if it is true URLFetcher will automatically re-execute the request,
209 // after backoff_delay() elapses. URLFetcher has it set to true by default.
228 // The created file is removed when the URLFetcher is deleted unless you
237 // The created file is removed when the URLFetcher is deleted unless you
291 // be removed once the URLFetcher is destroyed. User should not take