HomeSort by relevance Sort by last modified time
    Searched refs:mime_type (Results 251 - 275 of 419) sorted by null

<<11121314151617

  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 211 void DetermineMimeTypeDone(const std::string& mime_type);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 209 // Posts |post_body| to |url| with content type |mime_type| and notifies
213 const std::string& mime_type,
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_impl.h 102 const std::string& mime_type);
  /external/chromium_org/content/browser/download/
download_stats.cc 390 const char* mime_type; member in struct:content::__anon11413::MimeTypeToDownloadContent
423 const char* mime_type; member in struct:content::__anon11413::MimeTypeToDownloadImage
442 if (mime_type_string == entry.mime_type) {
461 if (mime_type_string == entry.mime_type) {
  /external/chromium_org/content/browser/loader/
certificate_resource_handler.cc 46 cert_type_ = net::GetCertificateMimeTypeForMimeType(resp->head.mime_type);
  /external/chromium_org/content/browser/service_worker/
service_worker_url_request_job.h 52 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
service_worker_write_to_cache_job.h 49 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
service_worker_url_request_job.cc 69 bool ServiceWorkerURLRequestJob::GetMimeType(std::string* mime_type) const {
72 return http_info()->headers->GetMimeType(mime_type);
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 60 const std::string& mime_type, int instance_id, PluginChannel* channel) :
61 mime_type_(mime_type),
228 client->DidReceiveResponse(params.mime_type,
395 delegate_->DidReceiveManualResponse(url, params.mime_type, params.headers,
webplugin_delegate_stub.h 41 WebPluginDelegateStub(const std::string& mime_type, int instance_id,
  /external/chromium_org/content/public/common/
webplugininfo.cc 22 : mime_type(m),
  /external/chromium_org/content/public/test/
test_renderer_host.h 96 // If set, future loads will have |mime_type| set as the mime type.
98 virtual void SetContentsMimeType(const std::string& mime_type) = 0;
  /external/chromium_org/net/base/
filename_util_unittest.cc 30 const char* mime_type; member in struct:net::__anon13033::GenerateFilenameCase
40 test_case->mime_type, default_filename);
251 const char* mime_type; member in struct:net::__anon13034
399 GenerateSafeFileName(safe_tests[i].mime_type, false, &file_path);
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc 60 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
91 std::string* mime_type) const {
92 return job_->GetMimeType(mime_type);
1457 std::string mime_type; local
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 30 file_name = files.blobstore.create(mime_type='text/plain')
  /external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.h 153 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/flac/libFLAC/
metadata_object.c 480 FLAC__STREAM_METADATA_PICTURE_MIME_TYPE_LENGTH_LEN + /* empty mime_type string */
490 object->data.picture.mime_type = 0;
500 /* now initialize mime_type and description with empty strings to make things easier on the client */
501 if(!copy_cstring_(&object->data.picture.mime_type, "")) {
506 if(object->data.picture.mime_type)
507 free(object->data.picture.mime_type);
601 if(!copy_cstring_(&to->data.picture.mime_type, object->data.picture.mime_type)) {
668 if(0 != object->data.picture.mime_type) {
669 free(object->data.picture.mime_type);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.h 54 const std::string& mime_type,
72 const std::string& mime_type,
file_system_interface.h 186 // If |mime_type| is set and the file is newly created, the mime type is
187 // set to the specified value. If |mime_type| is empty, it is guessed from
193 const std::string& mime_type,
268 // If |mime_type| is set and the file is newly created, the mime type is
269 // set to the specified value. If |mime_type| is empty, it is guessed from
275 const std::string& mime_type,
  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.cc 33 virtual int GetData(std::string* mime_type,
37 mime_type->assign("text/plain");
  /external/chromium_org/chrome/browser/extensions/
url_request_util.cc 63 virtual int GetData(std::string* mime_type,
85 mime_type,
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer_unittest.cc 92 const std::string& mime_type,
95 original_peer_.get(), sender_.get(), mime_type, request_url);
  /external/chromium_org/components/search_provider_logos/
logo_cache.cc 22 const char kMimeTypeKey[] = "mime_type";
127 !dict->GetString(kMimeTypeKey, &metadata->mime_type) ||
147 dict.SetString(kMimeTypeKey, metadata.mime_type);
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 167 const std::string& mime_type,
174 const std::string& mime_type,
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 151 PluginInstance* PluginLib::CreateInstance(const std::string& mime_type) {
152 PluginInstance* new_instance = new PluginInstance(this, mime_type);

Completed in 387 milliseconds

<<11121314151617