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

  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 46 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) {
47 core_->SetChunkedUpload(content_type);
test_url_fetcher_factory.cc 74 void TestURLFetcher::SetChunkedUpload(const std::string& upload_content_type) {
url_fetcher_core.cc 173 void URLFetcherCore::SetChunkedUpload(const std::string& content_type) {

Completed in 283 milliseconds