Searched refs:content_type (Results 76 - 100 of 236) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader_unittest.cc79 const std::string& content_type,
86 EXPECT_EQ(kTestMimeType, content_type);
98 const std::string& content_type,
103 EXPECT_EQ(kTestMimeType, content_type);
126 const std::string& content_type,
145 EXPECT_EQ(kTestMimeType, content_type);
211 const std::string& content_type,
223 const std::string& content_type,
239 const std::string& content_type,
252 const std::string& content_type,
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dpkcs7.c28 CBS in, content_info, content_type, wrapped_signed_data, signed_data, local
46 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT)) {
50 if (OBJ_cbs2nid(&content_type) != NID_pkcs7_signed) {
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart_unittest.cc30 std::string content_type; local
31 multipart.GetContentType(&content_type);
32 EXPECT_EQ(kTestContentType, content_type);
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_decryptor.cc98 bool ProxyDecryptor::GenerateKeyRequest(const std::string& content_type, argument
139 if (content_type == "audio/mp4" || content_type == "video/mp4") {
141 } else if (content_type == "audio/webm" || content_type == "video/webm") {
145 init_data_type = content_type;
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_helpers.cc117 const std::string& content_type) {
119 if (content_type == kContentSettingsTypeNames[type])
116 StringToContentSettingsType( const std::string& content_type) argument
H A Dcontent_settings_store_unittest.cc52 ContentSettingsType content_type,
56 store->GetRuleIterator(content_type, resource_identifier, incognito));
65 ContentSettingsType content_type,
71 store->GetRuleIterator(content_type, resource_identifier, incognito));
49 GetContentSettingFromStore( const ContentSettingsStore* store, const GURL& primary_url, const GURL& secondary_url, ContentSettingsType content_type, const std::string& resource_identifier, bool incognito) argument
63 GetSettingsForOneTypeFromStore( const ContentSettingsStore* store, ContentSettingsType content_type, const std::string& resource_identifier, bool incognito, std::vector<content_settings::Rule>* rules) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.h47 ContentSettingsType content_type,
190 void ApplyWhitelist(ContentSettingsType content_type,
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
H A Dgooglecode_upload.py93 content_type, body = encode_upload_request(form_fields, file)
101 'Content-Type': content_type,
123 Returns: (content_type, body) ready for httplib.HTTP instance
/external/chromium_org/content/browser/fileapi/
H A Dblob_storage_host.cc61 const std::string& uuid, const std::string& content_type) {
64 context_->FinishBuildingBlob(uuid, content_type);
60 FinishBuildingBlob( const std::string& uuid, const std::string& content_type) argument
/external/chromium_org/content/browser/media/cdm/
H A Dbrowser_cdm_manager.h92 CdmHostMsg_CreateSession_ContentType content_type,
122 const std::string& content_type,
/external/bison/src/
H A Dsymlist.h39 } content_type; member in struct:symbol_list
43 * <tt>symbol_list::content_type = SYMLIST_SYMBOL</tt>.
47 * The semantic type iff <tt>symbol_list::content_type = SYMLIST_TYPE</tt>.
98 \pre For every node \c n in the list, <tt>n->content_type =
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_media_menu_model.cc22 media_bubble_model_->content_type());
/external/chromium_org/chrome/test/ispy/common/
H A Dmock_cloud_bucket.py30 def UploadFile(self, path, contents, content_type):
/external/chromium_org/content/browser/tracing/
H A Dtrace_uploader.cc200 std::string content_type = kUploadContentType; local
201 content_type.append("; boundary=");
202 content_type.append(kMultipartBoundary);
207 url_fetcher_->SetUploadData(content_type, post_data);
/external/chromium_org/content/child/
H A Dwebblobregistry_impl.h31 const blink::WebString& content_type);
/external/chromium_org/content/test/
H A Dmock_webblob_registry_impl.h28 const blink::WebString& content_type);
/external/chromium_org/media/base/
H A Dbrowser_cdm.h39 const std::string& content_type,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-serialize.cc263 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
264 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
365 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
366 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
/external/harfbuzz_ng/src/
H A Dhb-buffer-serialize.cc263 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
264 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
365 assert ((!buffer->len && buffer->content_type == HB_BUFFER_CONTENT_TYPE_INVALID) ||
366 buffer->content_type == HB_BUFFER_CONTENT_TYPE_GLYPHS);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp-utils.h52 const char *content_type, const char *ext_hdr,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
/external/wpa_supplicant_8/src/utils/
H A Dhttp-utils.h52 const char *content_type, const char *ext_hdr,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp-utils.h52 const char *content_type, const char *ext_hdr,

Completed in 624 milliseconds

12345678910