HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 201 - 225 of 269) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
api_util_unittest.cc 136 const std::string& content_type,
144 content_type,
153 content_type,
169 const std::string& content_type,
184 const std::string& content_type,
  /development/scripts/app_engine_server/
memcache_zipserve.py 481 content_type, encoding = mimetypes.guess_type(name)
482 if content_type:
483 self.response.headers['Content-Type'] = content_type
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 403 std::string content_type; local
404 request->GetMimeType(&content_type);
411 content_type.c_str()));
  /external/chromium/net/tools/flip_server/
spdy_interface.cc 593 std::string content_type = local
595 if (content_type.find("image") == content_type.npos)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 163 const std::string &content_type,
166 TransportChannelImpl(name, content_type),
    [all...]
sessionmessages.h 210 std::string* content_type,
  /external/chromium_org/net/tools/flip_server/
spdy_interface.cc 552 std::string content_type = local
554 if (content_type.find("image") == content_type.npos)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 250 const std::string& content_type,
264 const std::string& content_type() const { return content_type_; } function in class:cricket::BaseSession
584 const std::string& sid, const std::string& content_type,
sessionmessages.h 166 std::string* content_type,
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_lib.c 191 p7->d.signed_and_enveloped->enc_data->content_type
200 p7->d.enveloped->enc_data->content_type
209 p7->d.encrypted->enc_data->content_type
pk7_asn1.c 193 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
  /external/openssl/crypto/pkcs7/
pk7_lib.c 191 p7->d.signed_and_enveloped->enc_data->content_type
200 p7->d.enveloped->enc_data->content_type
209 p7->d.encrypted->enc_data->content_type
pk7_asn1.c 193 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 712 const std::string& content_type = content_elem->Name().Namespace(); local
713 if (NS_GINGLE_AUDIO == content_type) {
715 } else if (NS_GINGLE_VIDEO == content_type) {
718 return BadParse("Unknown content type: " + content_type, error);
721 const std::string& content_type = content_elem->Name().Namespace(); local
724 if (content_type == NS_JINGLE_DRAFT_SCTP) {
    [all...]
  /external/chromium/chrome/common/net/
url_fetcher.cc 37 // For POST requests, set |content_type| to the MIME type of the content
525 void URLFetcher::set_chunked_upload(const std::string& content_type) {
529 core_->upload_content_type_ = content_type;
  /external/chromium/net/server/
http_server.cc 139 const std::string& content_type) {
149 content_type.c_str(),
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 381 void setContent(const std::string& content_type, StreamInterface* document);
422 void set_success(const std::string& content_type, StreamInterface* document,
httpcommon.cc 482 void HttpData::setContent(const std::string& content_type,
484 setHeader(HH_CONTENT_TYPE, content_type);
614 HttpResponseData::set_success(const std::string& content_type,
619 setContent(content_type, document);
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 317 content_type = self.headers.getheader('content-type')
318 if content_type != 'application/json':
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 256 map->GetRuleIterator(it->first.content_type,
268 helpers::ContentSettingsTypeToString(it->first.content_type));
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 381 void setContent(const std::string& content_type, StreamInterface* document);
422 void set_success(const std::string& content_type, StreamInterface* document,
httpcommon.cc 482 void HttpData::setContent(const std::string& content_type,
484 setHeader(HH_CONTENT_TYPE, content_type);
617 HttpResponseData::set_success(const std::string& content_type,
622 setContent(content_type, document);
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job.cc 512 if (!blob_data_->content_type().empty()) {
515 content_type_header.append(blob_data_->content_type());
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.h 148 ContentSettingImageViewGtk(ContentSettingsType content_type,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 738 const std::string& content_type = content_elem->Name().Namespace(); local
739 if (NS_GINGLE_AUDIO == content_type) {
741 } else if (NS_GINGLE_VIDEO == content_type) {
744 return BadParse("Unknown content type: " + content_type, error);
    [all...]

Completed in 736 milliseconds

1 2 3 4 5 6 7 891011