OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetChunkedUpload
(Results
1 - 10
of
10
) 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);
url_fetcher.h
160
virtual void
SetChunkedUpload
(const std::string& upload_content_type) = 0;
url_fetcher_impl.h
48
virtual void
SetChunkedUpload
(
test_url_fetcher_factory.h
98
virtual void
SetChunkedUpload
(
url_fetcher_core.h
71
void
SetChunkedUpload
(const std::string& upload_content_type);
test_url_fetcher_factory.cc
74
void TestURLFetcher::
SetChunkedUpload
(const std::string& upload_content_type) {
url_fetcher_core.cc
176
void URLFetcherCore::
SetChunkedUpload
(const std::string& content_type) {
url_fetcher_impl_unittest.cc
639
fetcher_->
SetChunkedUpload
("application/x-www-form-urlencoded");
[
all
...]
/external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc
217
url_fetcher_->
SetChunkedUpload
(encoder_->mime_type());
google_streaming_remote_engine.cc
352
upstream_fetcher_->
SetChunkedUpload
(encoder_->mime_type());
Completed in 1434 milliseconds