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

  /external/chromium/android/autofill/
url_fetcher_proxy.h 66 // - 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/
url_fetcher.cc 518 void URLFetcher::set_upload_data(const std::string& upload_content_type, function in class:URLFetcher

Completed in 172 milliseconds