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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/host/
clipboard_x11.cc 37 void OnClipboardChanged(const std::string& mime_type,
89 x_server_clipboard_.SetClipboard(event.mime_type(), event.data());
109 void ClipboardX11::OnClipboardChanged(const std::string& mime_type,
112 event.set_mime_type(mime_type);
  /external/chromium_org/chrome/browser/history/
download_row.cc 24 const std::string& mime_type,
43 mime_type(mime_type),
  /external/chromium_org/content/browser/webui/
shared_resources_data_source.cc 88 std::string mime_type; local
89 net::GetMimeTypeFromFile(base::FilePath().AppendASCII(path), &mime_type); local
90 return mime_type;
  /external/chromium_org/net/base/
filename_util_internal.h 32 void EnsureSafeExtension(const std::string& mime_type,
45 const std::string& mime_type,
56 const std::string& mime_type,
  /external/chromium_org/net/filter/
mock_filter_context.h 23 void SetMimeType(const std::string& mime_type) { mime_type_ = mime_type; }
39 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 41 const std::string& mime_type) {
60 nosniff_empty_mime_type->AddBoolean(mime_type.empty());
128 if (response_->head.mime_type.empty()) {
132 response_->head.mime_type.assign("text/plain");
136 if (response_->head.mime_type == "application/rss+xml" ||
137 response_->head.mime_type == "application/atom+xml") {
138 response_->head.mime_type.assign("text/plain");
256 const std::string& mime_type = response_->head.mime_type; local
265 net::ShouldSniffMimeType(request()->url(), mime_type);
302 const std::string& mime_type = response_->head.mime_type; local
    [all...]
  /external/chromium_org/content/public/test/
mock_download_manager.cc 18 const std::string& mime_type,
35 mime_type(mime_type),
73 mime_type == rhs.mime_type &&
104 const std::string& mime_type,
117 id, current_path, target_path, url_chain, referrer_url, mime_type,
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 258 const blink::WebString& mime_type,
273 std::string mime_type; local
275 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type));
276 return base::ASCIIToUTF16(mime_type);
281 std::string mime_type; local
283 base::FilePath::FromUTF16Unsafe(file_extension).value(), &mime_type);
284 return base::ASCIIToUTF16(mime_type);
289 std::string mime_type; local
293 &mime_type));
294 return base::ASCIIToUTF16(mime_type);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 54 const std::string mime_type = mime_type_list[i]; local
56 if (!mime_type.empty())
57 mime_types.insert(mime_type);
72 std::string mime_type = it->second; local
74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) {
81 &mime_type);
84 sniffed_path_mime_set.insert(std::make_pair(file_path, mime_type));
172 std::string mime_type; local
174 mime_type = params->mime_types[i];
186 if (mime_type.empty()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen.cc 136 std::string mime_type; local
140 !source->GetResponseHeaders()->GetMimeType(&mime_type) ||
141 mime_type != "text/plain" ||
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
supported_audio_video_checker.cc 29 std::string mime_type; local
30 if (net::GetWellKnownMimeTypeFromExtension(extensions[i], &mime_type) &&
31 net::IsSupportedMimeType(mime_type)) {
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.h 52 const std::string& mime_type,
94 const std::string& mime_type,
104 // Returns whether any internal plugin supporting |mime_type| is registered
110 // |mime_type|.
112 const std::string& mime_type,
plugin_metadata.h 65 bool HasMimeType(const std::string& mime_type) const;
66 void AddMimeType(const std::string& mime_type);
67 void AddMatchingMimeType(const std::string& mime_type);
  /external/chromium_org/chrome/browser/download/
download_extensions.cc 251 bool IsExecutableMimeType(const std::string& mime_type) {
253 if (net::MatchesMimeType(kExecutableWhiteList[i], mime_type))
257 if (net::MatchesMimeType(kExecutableBlackList[i], mime_type))
261 return net::MatchesMimeType("application/*", mime_type);
  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.cc 98 std::string mime_type; local
109 mime_type = tabs_constants::kMimeTypeJpeg;
116 mime_type = tabs_constants::kMimeTypePng;
133 mime_type.c_str()));
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
mime_types_handler.cc 58 void MimeTypesHandler::AddMIMEType(const std::string& mime_type) {
59 mime_type_set_.insert(mime_type);
62 bool MimeTypesHandler::CanHandleMIMEType(const std::string& mime_type) const {
63 return mime_type_set_.find(mime_type) != mime_type_set_.end();
  /external/chromium_org/chrome/renderer/
security_filter_peer.cc 103 const std::string& mime_type) {
106 info_out->mime_type = mime_type;
117 if (!mime_type.empty()) {
119 raw_headers.append(mime_type);
132 const std::string& mime_type)
133 : SecurityFilterPeer(peer), mime_type_(mime_type) {}
183 const std::string& mime_type,
186 mime_type_(mime_type),
  /external/chromium_org/chrome/utility/media_galleries/
media_metadata_parser.h 41 MediaMetadataParser(media::DataSource* source, const std::string& mime_type,
  /external/chromium_org/components/metrics/
metrics_service_client.h 64 const std::string& mime_type,
  /external/chromium_org/components/metrics/net/
net_metrics_log_uploader.h 31 const std::string& mime_type,
  /external/chromium_org/components/plugins/renderer/
mobile_youtube_plugin.h 26 static bool IsYouTubeURL(const GURL& url, const std::string& mime_type);
  /external/chromium_org/components/search_provider_logos/
logo_common.h 31 std::string mime_type; member in struct:search_provider_logos::LogoMetadata
  /external/chromium_org/content/browser/download/
drag_download_util.h 33 base::string16* mime_type,
  /external/chromium_org/content/test/net/
url_request_abort_on_end_job.h 30 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.h 46 const std::string& mime_type,
57 const std::string& mime_type,

Completed in 414 milliseconds

1 23 4 5 6 7 8 91011>>