Searched defs:set_upload_data (Results 1 - 2 of 2) sorted by relevance

/external/chromium/android/autofill/
H A Durl_fetcher_proxy.h66 // - set_upload_data()
91 virtual void set_upload_data(const std::string& upload_content_type, function in class:URLFetcherProxy
135 // We expect set_upload_data() to have been called on this object.
136 real_fetcher_->set_upload_data(upload_content_type_, upload_content_);
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc518 void URLFetcher::set_upload_data(const std::string& upload_content_type, function in class:URLFetcher

Completed in 155 milliseconds