HomeSort by relevance Sort by last modified time
    Searched refs:content_type (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/chrome/test/ispy/client/
boto_bucket.py 42 def UploadFile(self, path, contents, content_type):
44 key.set_metadata('Content-Type', content_type)
  /external/chromium_org/content/browser/fileapi/
blob_storage_host.cc 61 const std::string& uuid, const std::string& content_type) {
64 context_->FinishBuildingBlob(uuid, content_type);
  /external/bison/src/
symlist.h 39 } 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/content_settings/
tab_specific_content_settings.h 190 bool IsContentBlocked(ContentSettingsType content_type) const;
193 bool IsBlockageIndicated(ContentSettingsType content_type) const;
195 void SetBlockageHasBeenIndicated(ContentSettingsType content_type);
199 bool IsContentAllowed(ContentSettingsType content_type) const;
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store_unittest.cc 52 ContentSettingsType content_type,
56 store->GetRuleIterator(content_type, resource_identifier, incognito));
65 ContentSettingsType content_type,
71 store->GetRuleIterator(content_type, resource_identifier, incognito));
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.cc 22 media_bubble_model_->content_type());
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 39 ContentSettingImageView(ContentSettingsType content_type,
  /external/chromium_org/chrome/test/ispy/common/
mock_cloud_bucket.py 30 def UploadFile(self, path, contents, content_type):
  /external/chromium_org/content/browser/media/cdm/
browser_cdm_manager.cc 109 CdmHostMsg_CreateSession_ContentType content_type,
123 switch (content_type) {
266 const std::string& content_type,
283 cdm->CreateSession(session_id, content_type, &init_data[0], init_data.size());
  /external/chromium_org/content/child/
webblobregistry_impl.h 37 const blink::WebString& content_type);
  /external/chromium_org/media/base/
browser_cdm.h 39 const std::string& content_type,
  /external/chromium_org/sync/test/fake_server/
fake_server_http_post_provider.h 31 virtual void SetPostPayload(const char* content_type, int content_length,
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
cloudstorage_api.py 42 content_type=None,
54 content_type: The MIME type of the file. str. Only valid in writing mode.
77 ValueError: invalid open mode or if content_type or options are specified
87 return storage_api.StreamingBuffer(api, filename, content_type, options)
89 if content_type or options:
90 raise ValueError('Options and content_type can only be specified '
145 content_type=headers.get('content-type'),
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-serialize.cc 263 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/chromium_org/ui/views/linux_ui/
linux_ui.h 124 const std::string& content_type, int size) const = 0;
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 263 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/src/tls/
tlsv1_record.h 64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
  /external/wpa_supplicant_8/src/utils/
http-utils.h 52 const char *content_type, const char *ext_hdr,
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server_unittest.cc 34 std::string content_type; local
35 if (headers->GetMimeType(&content_type))
36 return content_type;
87 const std::string& content_type,
97 http_response->set_content_type(content_type);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 74 std::string content_type; member in struct:drive::__anon7642::UploadNewFileParams
87 params.content_type,
97 std::string content_type; member in struct:drive::__anon7642::UploadExistingFileParams
110 params.content_type,
120 std::string content_type; member in struct:drive::__anon7642::ResumeUploadFileParams
131 params.content_type,
158 std::string content_type; member in struct:drive::JobScheduler::ResumeUploadParams
625 const std::string& content_type,
639 params.content_type = content_type;
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 504 ContentSettingsType content_type = static_cast<ContentSettingsType>(type); local
506 host_content_settings_map->GetDefaultContentSetting(content_type,
508 default_settings[content_type] = default_setting;
518 content_type)) {
520 content_type,
523 if (!HostContentSettingsMap::ContentTypeHasCompoundValue(content_type) &&
527 content_type)) {
531 content_type,
536 content_type, std::string(), &host_settings);
551 ContentSettingsType content_type = static_cast<ContentSettingsType>(type) local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 93 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/renderer/media/crypto/
renderer_cdm_manager.cc 55 CdmHostMsg_CreateSession_ContentType content_type,
59 routing_id(), cdm_id, session_id, content_type, init_data));
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 46 void URLFetcherImpl::SetChunkedUpload(const std::string& content_type) {
47 core_->SetChunkedUpload(content_type);
  /external/owasp/sanitizer/tools/
googlecode_upload.py 87 content_type, body = encode_upload_request(form_fields, file)
95 'Content-Type': content_type,
117 Returns: (content_type, body) ready for httplib.HTTP instance

Completed in 2370 milliseconds

1 2 34 5 6 7 8 910