Searched defs:download_data (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_delegate.cc13 const URLFetcher* source, scoped_ptr<std::string> download_data) {}
12 OnURLFetchDownloadData( const URLFetcher* source, scoped_ptr<std::string> download_data) argument
H A Durl_fetcher_core.cc923 scoped_ptr<std::string> download_data(
929 this, base::Passed(&download_data)));
934 scoped_ptr<std::string> download_data) {
937 delegate_->OnURLFetchDownloadData(fetcher_, download_data.Pass());
933 InformDelegateDownloadDataInDelegateThread( scoped_ptr<std::string> download_data) argument
/external/chromium_org/chrome/browser/google_apis/
H A Dbase_requests.cc665 scoped_ptr<std::string> download_data) {
667 get_content_callback_.Run(HTTP_SUCCESS, download_data.Pass());
663 OnURLFetchDownloadData( const URLFetcher* source, scoped_ptr<std::string> download_data) argument
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgdata_contacts_service.cc755 scoped_ptr<std::string> download_data) {
758 << " (error=" << error << " size=" << download_data->size() << ")";
790 total_photo_bytes_ += download_data->size();
791 contact->set_raw_untrusted_photo(*download_data);
753 HandlePhotoData(contacts::Contact* contact, google_apis::GDataErrorCode error, scoped_ptr<std::string> download_data) argument

Completed in 133 milliseconds