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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/remoting/host/linux/
x_server_clipboard.h 29 // |mime_type| is the MIME type associated with the data. This will be one of
33 typedef base::Callback<void(const std::string& mime_type,
47 void SetClipboard(const std::string& mime_type, const std::string& data);
  /external/chromium_org/chrome/utility/media_galleries/
media_metadata_parser.cc 125 ImageMetadataExtractor* extractor, const std::string& mime_type,
129 metadata.mime_type = mime_type;
159 const std::string& mime_type,
162 mime_type_(mime_type),
172 metadata->mime_type = mime_type_;
  /external/owasp/sanitizer/tools/
cut_release.py 113 mime_type = mime_type_from_path(dest_path)
114 if mime_type is None or mime_type.startswith("text/"):
177 mime_type = mime_type_from_path(new_file_path)
178 if mime_type is not None:
179 print "svn propset svn:mime-type '%s' '%s'" % (mime_type, new_file_path)
update_tree_in_svn.py 83 mime_type = MIME_TYPES_BY_EXTENSION.get(dst[dot+1:])
84 if mime_type is not None:
85 key = ('svn:mime-type', mime_type)
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 161 const blink::WebString& mime_type,
164 virtual bool supportsMediaSourceMIMEType(const blink::WebString& mime_type,
167 const WebString& mime_type,
409 const WebString& mime_type,
412 const std::string mime_type_ascii = ToASCIIOrEmpty(mime_type);
418 // Check whether the key system is supported with the mime_type and codecs.
435 // Continue processing the mime_type and codecs.
465 const blink::WebString& mime_type,
467 const std::string mime_type_ascii = ToASCIIOrEmpty(mime_type);
479 const WebString& mime_type,
818 const WebPluginMimeType& mime_type = plugin.mime_types[j]; local
    [all...]
  /external/chromium_org/apps/
launcher.cc 226 void OnGotMimeType(size_t index, bool success, const std::string& mime_type) {
231 mime_types_[index] = mime_type.empty() ? kFallbackMimeType : mime_type;
255 std::string mime_type; local
256 if (!net::GetMimeTypeFromFile(file_path, &mime_type)) {
266 &mime_type);
268 if (mime_type.empty())
269 mime_type = kFallbackMimeType;
271 mime_types_[i] = mime_type;
  /external/chromium_org/content/browser/media/cdm/
browser_cdm_manager.cc 122 std::string mime_type; local
125 mime_type = "video/webm";
128 mime_type = "video/mp4";
138 CreateSessionIfPermitted(cdm_id, session_id, mime_type, init_data, true);
166 mime_type,
  /external/chromium_org/content/browser/
plugin_data_remover_impl.cc 75 void Init(const std::string& mime_type) {
79 base::Bind(&Context::InitOnIOThread, this, mime_type));
87 void InitOnIOThread(const std::string& mime_type) {
93 GURL(), mime_type, false, &plugins, NULL); local
113 0, 0, GURL(), GURL(), mime_type, this);
plugin_service_impl.h 72 const std::string& mime_type,
81 const std::string& mime_type,
141 const std::string& mime_type,
194 const std::string& mime_type,
203 const std::string& mime_type,
tcmalloc_internals_request_job.cc 107 std::string* mime_type,
111 mime_type->assign("text/html");
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.cc 118 bool DriveURLRequestJob::GetMimeType(std::string* mime_type) const {
125 mime_type->assign(
127 return !mime_type->empty();
drive_url_request_job_unittest.cc 215 std::string mime_type; local
216 request.GetMimeType(&mime_type);
217 EXPECT_EQ("audio/mpeg", mime_type);
239 std::string mime_type; local
240 request.GetMimeType(&mime_type);
241 EXPECT_EQ("audio/mpeg", mime_type);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
open_file_operation.cc 51 const std::string& mime_type,
67 mime_type,
75 mime_type,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
user_image_screen_handler.cc 174 std::string mime_type, charset, raw_data; local
175 if (!net::DataURL::Parse(GURL(image_url), &mime_type, &charset, &raw_data))
177 DCHECK_EQ("image/png", mime_type);
  /external/chromium_org/content/browser/download/
download_manager_impl.h 53 const std::string& mime_type,
82 const std::string& mime_type,
126 const std::string& mime_type,
  /external/chromium_org/content/public/test/
mock_download_manager.h 35 std::string mime_type; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
54 const std::string& mime_type,
109 const std::string& mime_type,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 131 mime_type, encoding = mimetypes.guess_type(file_path)
132 if mime_type:
133 self.send_header("Content-type", mime_type)
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.cc 265 std::string* mime_type) const {
278 env, request(), input_stream_reader_wrapper_->input_stream(), mime_type);
318 std::string mime_type; local
319 if (GetMimeType(&mime_type) && !mime_type.empty()) {
322 content_type_header.append(mime_type);
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 63 const std::string& mime_type) {
66 if (net::MatchesMimeType(*type, mime_type))
241 const std::string& mime_type,
249 if (FileHandlerCanHandleFile(*i, mime_type, path))
284 const std::string& mime_type,
286 return FileHandlerCanHandleFileWithMimeType(handler, mime_type) ||
  /external/chromium_org/android_webview/native/
aw_web_resource_response_impl.cc 39 std::string* mime_type) const {
44 *mime_type = ConvertJavaStringToUTF8(jstring_mime_type);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h 71 const GURL& url, const std::string& mime_type) OVERRIDE;
74 const std::string& mime_type,
  /external/chromium_org/chrome/browser/tab_contents/
view_source_browsertest.cc 88 const char* mime_type = browser()->tab_strip_model()->GetActiveWebContents()-> local
91 EXPECT_STREQ("audio/wav", mime_type);
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.cc 35 const std::string& mime_type,
40 StartsWithASCII(mime_type, "text/css", false)) ?
  /external/chromium_org/components/rappor/
log_uploader.cc 43 const std::string& mime_type,
46 mime_type_(mime_type),
  /external/chromium_org/content/browser/loader/
sync_resource_handler.cc 86 result_.mime_type = response->head.mime_type;

Completed in 1665 milliseconds

1 2 3 4 56 7 8 91011>>