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

  /external/chromium_org/net/url_request/
url_fetcher_delegate.h 19 class NET_EXPORT URLFetcherDelegate {
51 virtual ~URLFetcherDelegate();
url_fetcher_delegate.cc 9 void URLFetcherDelegate::OnURLFetchDownloadProgress(
12 void URLFetcherDelegate::OnURLFetchDownloadData(
15 void URLFetcherDelegate::OnURLFetchUploadProgress(
18 bool URLFetcherDelegate::ShouldSendDownloadData() {
22 URLFetcherDelegate::~URLFetcherDelegate() {}

Completed in 37 milliseconds