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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc 177 const std::string& mime_type,
179 VLOG(1) << "Looking for default for MIME type: " << mime_type
182 if (!mime_type.empty()) {
188 mime_task_prefs->GetStringWithoutPathExpansion(mime_type, &task_id)) {
319 const std::string& mime_type = it->second; local
327 mime_type,
505 const std::string& mime_type = it->second; local
507 pref_service, mime_type, file_path.Extension());
open_util.cc 96 std::string mime_type = GetMimeTypeForPath(path); local
98 path_mime_set.insert(std::make_pair(path, mime_type));
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 393 const std::string& mime_type) {
395 DVLOG(20) << "MIME type: " << mime_type;
398 mime_type_ = mime_type;
420 const std::string& mime_type,
424 DCHECK(!mime_type.empty());
434 url, GURL(), mime_type,
447 mime_type,
713 target_info->mime_type = mime_type_;
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_media_metadata_parser.cc 19 const std::string& mime_type, bool get_attached_images)
23 mime_type_(mime_type),
  /external/chromium_org/chrome/browser/search/
local_ntp_source.cc 41 const char* mime_type; member in struct:__anon9185::Resource
175 return kResources[i].mime_type;
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc 347 const std::string& mime_type,
353 type, url, this, max_retries, mime_type, post_data, std::string());
367 std::string mime_type("multipart/form-data; boundary=");
368 mime_type += mime_boundary;
371 CloudPrintURLFetcher::REQUEST_USER_MESSAGE, url, this, 1, mime_type,
641 std::string mime_type("multipart/form-data; boundary=");
642 mime_type += mime_boundary;
646 kCloudPrintAPIMaxRetryCount, mime_type, post_data,
  /external/chromium_org/components/plugins/renderer/
mobile_youtube_plugin.cc 91 const std::string& mime_type) {
97 LowerCaseEqualsASCII(mime_type, content::kFlashPluginSwfMimeType);
  /external/chromium_org/content/browser/service_worker/
service_worker_read_from_cache_job.cc 78 bool ServiceWorkerReadFromCacheJob::GetMimeType(std::string* mime_type) const {
81 return http_info()->headers->GetMimeType(mime_type);
  /external/chromium_org/content/browser/speech/
audio_encoder.cc 181 AudioEncoder::AudioEncoder(const std::string& mime_type, int bits_per_sample)
183 mime_type_(mime_type),
  /external/chromium_org/content/browser/streams/
stream.cc 165 const std::string& mime_type,
170 mime_type,
stream_url_request_job.cc 133 bool StreamURLRequestJob::GetMimeType(std::string* mime_type) const {
138 return response_info_->headers->GetMimeType(mime_type);
  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 107 void PluginStreamUrl::DidReceiveResponse(const std::string& mime_type,
116 bool opened = Open(mime_type,
  /external/chromium_org/content/common/
pepper_plugin_list.cc 104 WebPluginMimeType mime_type(parts[j],
107 plugin.mime_types.push_back(mime_type);
  /external/chromium_org/content/test/net/
url_request_mock_http_job.cc 169 bool URLRequestMockHTTPJob::GetMimeType(std::string* mime_type) const {
172 return info.headers.get() && info.headers->GetMimeType(mime_type);
  /external/chromium_org/webkit/browser/fileapi/
file_system_dir_url_request_job.cc 71 bool FileSystemDirURLRequestJob::GetMimeType(std::string* mime_type) const {
72 *mime_type = "text/html";
  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file_unittest.cc 34 const std::string& mime_type,
71 std::string(), // mime_type
93 std::string(), // mime_type
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 78 // |mime_type|.
80 const std::string& mime_type,
  /external/chromium_org/chrome/browser/guest_view/web_view/
plugin_permission_helper.cc 106 const std::string& mime_type) {
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_client.h 68 const std::string& mime_type,
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.h 94 // which means return empty data set. |mime_type| is mime type of the
97 const char* mime_type,
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.h 66 void OnParseMediaMetadata(const std::string& mime_type, int64 total_size,
  /external/chromium_org/components/search_provider_logos/
google_logo_api.cc 31 // "mime_type": "image/png",
48 // {"update": {"logo": { "mime_type": ..., etc } } }
69 if (!logo_dict->GetString("mime_type", &logo->metadata.mime_type))
  /external/chromium_org/content/browser/download/
download_stats.h 152 void RecordDownloadMimeType(const std::string& mime_type);
  /external/chromium_org/content/public/browser/
download_manager.h 145 const std::string& mime_type,
  /external/chromium_org/net/filter/
filter.h 72 virtual bool GetMimeType(std::string* mime_type) const = 0;

Completed in 804 milliseconds

1 2 3 4 5 6 7 891011>>