HomeSort by relevance Sort by last modified time
    Searched defs:content_type (Results 51 - 68 of 68) sorted by null

1 23

  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.cc 1194 ContentSettingsType content_type = ContentSettingsTypeFromGroupName(group); local
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 542 const ContentSettingsType content_type = local
729 observer->DidBlockContentType(content_type, identifier);
739 observer->DidBlockContentType(content_type, identifier);
759 const content::WebPluginMimeType& content_type = plugin.mime_types[i]; local
760 for (size_t i = 0; i < content_type.additional_param_names.size(); ++i) {
761 if (content_type.additional_param_names[i] == nacl_attr)
762 return GURL(content_type.additional_param_values[i]);
    [all...]
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 45 const std::string& content_type) {
49 << "Content-Type: " << content_type << "\r\n"; local
402 std::string content_type; local
408 content_type = http_utils::GetHttpHeaderFromHeaderList("Content-type",
411 EXPECT_TRUE(net::GetMimeTypeFromFile(file_path, &content_type));
413 << ") with content type (" << content_type << ")";
415 content_type);
423 StartsWithASCII(content_type, "text/html", false)) {
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 609 const WebString& content_type = local
611 if (content_type.isEmpty()) {
    [all...]
  /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,
session_unittest.cc 164 std::string GingleDescriptionXml(const std::string& content_type) {
166 " xmlns=\"" + content_type + "\""
236 const std::string& content_type,
243 " xmlns=\"" + content_type + "\""
252 const std::string& content_type,
267 " xmlns=\"" + content_type + "\""
288 std::string GingleInitiateXml(const std::string& content_type) {
291 GingleDescriptionXml(content_type));
315 std::string GingleAcceptXml(const std::string& content_type) {
318 GingleDescriptionXml(content_type));
703 std::string content_type; member in class:TestContentDescription
755 std::string content_type; local
773 std::string content_type = (protocol == PROTOCOL_GINGLE ? local
1108 std::string content_type; member in class:TestClient
1501 std::string content_type = "http:\/\/oink.splat\/session"; local
1541 std::string content_type = cricket::NS_JINGLE_RTP; local
1582 std::string content_type = cricket::NS_JINGLE_RTP; local
1625 std::string content_type = "http:\/\/oink.splat\/session"; local
1707 std::string content_type = "http:\/\/oink.splat\/session"; local
1864 std::string content_type = "http:\/\/oink.splat\/session"; local
2004 std::string content_type = "http:\/\/oink.splat\/session"; local
2058 std::string content_type = "http:\/\/oink.splat\/session"; local
2099 std::string content_type = cricket::NS_JINGLE_RTP; local
2147 std::string content_type = "content-type"; local
2201 std::string content_type = "content-type"; local
2241 std::string content_type = "content-type"; local
2281 std::string content_type = "content-type"; local
    [all...]
  /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/net/tools/spdyshark/
packet-spdy.c 98 gchar *content_type; member in struct:_spdy_stream_info_t
333 gchar *content_type,
346 si->content_type = content_type;
354 printf("Saved stream info for ID %u, content type %s\n", stream_id, content_type);
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
712 * to si->content_type for us.
714 pinfo->match_string = si->content_type;
717 si->content_type);
735 } else if (have_entire_body && si->content_type != NULL)
957 gchar *content_type = NULL; local
    [all...]
  /external/chromium_org/net/tools/spdyshark/
packet-spdy.c 98 gchar *content_type; member in struct:_spdy_stream_info_t
333 gchar *content_type,
346 si->content_type = content_type;
354 printf("Saved stream info for ID %u, content type %s\n", stream_id, content_type);
694 if (handle == NULL && have_entire_body && si->content_type != NULL &&
712 * to si->content_type for us.
714 pinfo->match_string = si->content_type;
717 si->content_type);
735 } else if (have_entire_body && si->content_type != NULL)
957 gchar *content_type = NULL; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 1897 char * content_type = (char *) "text\/xml"; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/libxml2/
xmlIO.c 2019 char * content_type = (char *) "text\/xml"; local
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/openssl/include/openssl/
pkcs7.h 136 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 5459 content_type, "", setting); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1394 milliseconds

1 23