HomeSort by relevance Sort by last modified time
    Searched defs:mime_type (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/chromium_org/content/renderer/
render_frame_impl.cc 144 std::string mime_type; local
147 &info, &mime_type);
152 params_to_use.mimeType = WebString::fromUTF8(mime_type);
    [all...]
renderer_webkitplatformsupport_impl.cc 139 const WebKit::WebString& mime_type,
142 const WebKit::WebString& mime_type,
145 virtual bool supportsMediaSourceMIMEType(const WebKit::WebString& mime_type,
152 const WebKit::WebString& mime_type);
386 const WebString& mime_type,
388 return supportsMediaMIMEType(mime_type, codecs, WebString());
393 const WebString& mime_type,
396 const std::string mime_type_ascii = ToASCIIOrEmpty(mime_type);
402 // Check whether the key system is supported with the mime_type and codecs.
416 // Continue processing the mime_type and codecs
827 const WebPluginMimeType& mime_type = plugin.mime_types[j]; local
    [all...]
render_view_impl.cc 1559 std::string mime_type, charset, data; local
    [all...]
  /external/chromium_org/net/base/
mime_util.cc 48 std::string* mime_type) const;
51 std::string* mime_type) const;
54 std::string* mime_type) const;
56 bool IsSupportedImageMimeType(const std::string& mime_type) const;
57 bool IsSupportedMediaMimeType(const std::string& mime_type) const;
58 bool IsSupportedNonImageMimeType(const std::string& mime_type) const;
59 bool IsUnsupportedTextMimeType(const std::string& mime_type) const;
60 bool IsSupportedJavascriptMimeType(const std::string& mime_type) const;
62 bool IsSupportedMimeType(const std::string& mime_type) const;
65 const std::string &mime_type) const
117 const char* mime_type; member in struct:net::MimeInfo
225 const char* mime_type; local
350 const char* mime_type; member in struct:net::CertificateMimeTypeInfo
412 const char* mime_type; member in struct:net::MediaFormatStrict
567 DCHECK_EQ(StringToLowerASCII(mime_type), mime_type); local
915 const std::string mime_type = StringToLowerASCII(unsafe_mime_type); local
    [all...]
net_util_unittest.cc 393 const char* mime_type; member in struct:net::__anon10951::GenerateFilenameCase
493 test_case->mime_type, default_filename);
812 const char* mime_type; member in struct:net::__anon10953
960 GenerateSafeFileName(safe_tests[i].mime_type, false, &file_path);
    [all...]
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 125 std::string mime_type; local
127 if (net::DataURL::Parse(url, &mime_type, &charset, data)) {
136 info->mime_type.swap(mime_type);
190 response->setMIMEType(WebString::fromUTF8(info.mime_type));
277 std::string(), // mime_type
628 if (info.mime_type == "text/vnd.chromium.ftp-dir") {
648 if (info.headers.get() && info.mime_type == "multipart/x-mixed-replace") {
652 std::string mime_type; local
656 net::HttpUtil::ParseContentType(content_type, &mime_type, &charset
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 735 const char* mime_type = req->http_response_content_type().c_str(); local
737 strcasecmp(mime_type, "application/ocsp-response") == 0;
738 bool is_crl_resp = strcasecmp(mime_type, "application/x-pkcs7-crl") == 0 ||
739 strcasecmp(mime_type, "application/x-x509-crl") == 0 ||
740 strcasecmp(mime_type, "application/pkix-crl") == 0;
742 strcasecmp(mime_type, "application/x-x509-ca-cert") == 0 ||
743 strcasecmp(mime_type, "application/x-x509-server-cert") == 0 ||
744 strcasecmp(mime_type, "application/pkix-cert") == 0 ||
745 strcasecmp(mime_type, "application/pkcs7-mime") == 0;
  /external/chromium/net/url_request/
url_request_unittest.cc 1187 std::string mime_type; local
1920 std::string mime_type; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 1827 std::string mime_type; local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 194 std::string mime_type; local
195 response->GetMimeType(&mime_type);
196 if (!mime_type.empty() &&
197 !net::IsSupportedImageMimeType(mime_type.c_str()) &&
198 !net::IsSupportedJavascriptMimeType(mime_type.c_str()) &&
199 !net::MatchesMimeType("text/css", mime_type)) {
243 const std::string& mime_type,
245 if (net::IsSupportedImageMimeType(mime_type.c_str()))
247 else if (net::IsSupportedJavascriptMimeType(mime_type.c_str()))
249 else if (net::MatchesMimeType("text/css", mime_type))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 178 std::string mime_type; local
182 !eula_fetcher_->GetResponseHeaders()->GetMimeType(&mime_type) ||
183 mime_type != "text/html" ||
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 568 const std::string& mime_type = response->head.mime_type; local
575 mime_type,
595 handler->stream()->CreateHandle(request->url(), mime_type),
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 462 const std::string& mime_type = web_contents_->GetContentsMimeType(); local
463 bool is_viewable_mime_type = net::IsSupportedNonImageMimeType(mime_type) &&
464 !net::IsSupportedMediaMimeType(mime_type);
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 193 std::string mime_type; member in struct:content::__anon10435::ResponseInfo
201 response_info->mime_type = response.mimeType().utf8();
441 response_info.mime_type,
    [all...]
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 782 const char* mime_type = ""; local
784 mime_type = req->http_response_content_type().c_str();
786 strcasecmp(mime_type, "application/ocsp-response") == 0;
787 bool is_crl = strcasecmp(mime_type, "application/x-pkcs7-crl") == 0 ||
788 strcasecmp(mime_type, "application/x-x509-crl") == 0 ||
789 strcasecmp(mime_type, "application/pkix-crl") == 0;
791 strcasecmp(mime_type, "application/x-x509-ca-cert") == 0 ||
792 strcasecmp(mime_type, "application/x-x509-server-cert") == 0 ||
793 strcasecmp(mime_type, "application/pkix-cert") == 0 ||
794 strcasecmp(mime_type, "application/pkcs7-mime") == 0
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc 60 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
167 std::string* mime_type) const {
168 return job_->GetMimeType(mime_type);
1456 std::string mime_type; local
    [all...]
url_request_unittest.cc 4100 std::string mime_type; local
4549 std::string mime_type; local
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 362 std::string mime_type; local
364 if (!data->GetString("mimeType", &mime_type) ||
369 SendClipboardItem(mime_type, item);
596 data->SetString("mimeType", event.mime_type());
779 void ChromotingInstance::SendClipboardItem(const std::string& mime_type,
785 event.set_mime_type(mime_type);
    [all...]
  /external/chromium/chrome/common/extensions/
extension.h 112 std::string mime_type; member in struct:Extension::NaClModuleInfo
    [all...]
extension.cc 1988 std::string mime_type; local
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 1252 const char* mime_type = mime_types[i]; local
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 496 const std::string& mime_type() const { return mime_type_; } function in class:google_apis::FileResource
567 void set_mime_type(const std::string& mime_type) {
568 mime_type_ = mime_type;
gdata_wapi_parser.h 95 const std::string& mime_type() const { return mime_type_; } function in class:google_apis::Link
101 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
249 const std::string& mime_type() const { return mime_type_; } function in class:google_apis::Content
252 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
444 const std::string& content_mime_type() const { return content_.mime_type(); }
  /external/flac/include/FLAC/
format.h 770 char *mime_type; member in struct:__anon20107
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 3175 DictionaryValue* mime_type = new DictionaryValue(); local
    [all...]

Completed in 1684 milliseconds

1 2 3 45 6