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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/download/
download_extensions.cc 269 bool IsExecutableMimeType(const std::string& mime_type) {
271 if (net::MatchesMimeType(kExecutableWhiteList[i], mime_type))
275 if (net::MatchesMimeType(kExecutableBlackList[i], mime_type))
279 return net::MatchesMimeType("application/*", mime_type);
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 81 PluginType MimeTypeToPluginType(const std::string& mime_type);
  /external/chromium_org/chrome/test/webdriver/
http_response.h 53 void SetMimeType(const std::string& mime_type);
  /external/chromium_org/content/browser/download/
download_create_info.h 65 std::string mime_type; member in struct:content::DownloadCreateInfo
68 // may be different from |mime_type|, which may be set based on heuristics
  /external/chromium_org/content/browser/
tcmalloc_internals_request_job.h 53 virtual int GetData(std::string* mime_type,
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 78 const std::string& mime_type,
87 const std::string& mime_type,
146 const std::string& mime_type,
193 const std::string& mime_type,
202 const std::string& mime_type,
  /external/chromium_org/content/child/npapi/
plugin_stream_url.h 41 virtual void DidReceiveResponse(const std::string& mime_type,
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.h 36 virtual void generateKeyRequest(const WebKit::WebString& mime_type,
  /external/chromium_org/content/test/net/
url_request_mock_http_job.h 27 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
url_request_abort_on_end_job.cc 83 bool URLRequestAbortOnEndJob::GetMimeType(std::string* mime_type) const {
86 return info.headers.get() && info.headers->GetMimeType(mime_type);
  /external/chromium_org/net/url_request/
url_request_file_dir_job.h 35 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/webkit/browser/blob/
view_blob_internals_job.h 33 virtual int GetData(std::string* mime_type,
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.h 42 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/webkit/common/
resource_response_info.h 38 std::string mime_type; member in struct:webkit_glue::ResourceResponseInfo
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 61 std::string* mime_type) = 0;
85 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/app_runtime/
app_runtime_api.cc 61 const std::string& handler_id, const std::string& mime_type,
69 launch_item->SetString("mimeType", mime_type);
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.h 52 const std::string& mime_type,
92 const std::string& mime_type,
  /external/chromium_org/content/public/browser/
plugin_service.h 64 const std::string& mime_type,
77 const std::string& mime_type,
resource_dispatcher_host_delegate.cc 70 const std::string& mime_type) {
77 const std::string& mime_type,
resource_dispatcher_host_delegate.h 109 const GURL& url, const std::string& mime_type);
122 const std::string& mime_type,
  /external/chromium_org/net/server/
http_server.h 54 const std::string& mime_type);
57 const std::string& mime_type);
  /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/chrome/browser/extensions/
extension_protocols.cc 44 virtual bool GetData(std::string* mime_type,
56 result = net::GetMimeTypeFromFile(filename_, mime_type);
59 if (StartsWithASCII(*mime_type, "text/", false)) {
  /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();

Completed in 1659 milliseconds

1 2 3 4 56 7 8 91011>>