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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/android_webview/native/
android_protocol_handler.cc 73 std::string* mime_type) OVERRIDE;
169 std::string* mime_type) {
172 DCHECK(mime_type);
188 *mime_type = base::android::ConvertJavaStringToUTF8(returned_type);
aw_contents_io_thread_client_impl.h 58 const std::string& mime_type,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.h 59 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation.h 65 std::string* mime_type,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks.cc 107 const std::string& mime_type,
109 VLOG(1) << "Looking for default for MIME type: " << mime_type
112 if (!mime_type.empty()) {
118 mime_task_prefs->GetStringWithoutPathExpansion(mime_type, &task_id)) {
file_tasks.h 161 // Returns the task ID of the default task for the given |mime_type|/|suffix|
166 const std::string& mime_type,
  /external/chromium_org/chrome/browser/download/
download_util.cc 144 std::string mime_type = download->GetMimeType(); local
145 if (mime_type.empty())
146 net::GetMimeTypeFromFile(full_path, &mime_type);
149 if (net::IsSupportedMimeType(mime_type)) {
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.h 50 bool FindPlugin(const std::string& mime_type,
plugin_observer.h 60 void OnFindMissingPlugin(int placeholder_id, const std::string& mime_type);
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer.h 28 const std::string& mime_type,
  /external/chromium_org/content/browser/download/
download_item_factory.h 70 const std::string& mime_type,
  /external/chromium_org/content/browser/streams/
stream.h 76 const std::string& mime_type);
stream_url_request_job.h 35 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/content/child/npapi/
plugin_instance.h 49 PluginInstance(PluginLib* plugin, const std::string &mime_type);
104 const std::string &mime_type() { return mime_type_; } function in class:content::PluginInstance
131 const std::string& mime_type,
212 const std::string& mime_type,
plugin_lib.h 56 PluginInstance* CreateInstance(const std::string& mime_type);
webplugin_delegate.h 108 const std::string& mime_type,
webplugin_delegate_impl.cc 27 const std::string& mime_type) {
36 scoped_refptr<PluginInstance> instance(plugin_lib->CreateInstance(mime_type));
217 const GURL& url, const std::string& mime_type,
225 instance()->DidReceiveManualResponse(url, mime_type, headers,
  /external/chromium_org/content/common/
plugin_list_unittest.cc 149 EXPECT_EQ("audio/x-pn-realaudio-plugin", type.mime_type);
170 EXPECT_EQ("image/x-quicktime", type.mime_type);
199 EXPECT_EQ("mime/type", types[0].mime_type);
228 EXPECT_TRUE(types[4].mime_type.find(';') != std::string::npos);
plugin_list_posix.cc 367 WebPluginMimeType mime_type; local
372 mime_type.mime_type = description.substr(ofs, end - ofs);
379 base::SplitString(extensions, ',', &mime_type.file_extensions);
386 mime_type.description = UTF8ToUTF16(description.substr(ofs, end - ofs));
388 mime_type.description = UTF8ToUTF16(description.substr(ofs));
390 mime_types->push_back(mime_type);
  /external/chromium_org/content/plugin/
plugin_channel.h 78 void OnCreateInstance(const std::string& mime_type, int* instance_id);
  /external/chromium_org/content/public/common/
webplugininfo.h 31 std::string mime_type; member in struct:content::WebPluginMimeType
  /external/chromium_org/content/test/net/
url_request_slow_download_job.h 39 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/net/url_request/
url_request_file_job.cc 164 bool URLRequestFileJob::GetMimeType(std::string* mime_type) const {
167 *mime_type = meta_info_.mime_type;
208 &meta_info->mime_type);
url_request_ftp_job.h 41 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;
  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job.h 55 virtual bool GetMimeType(std::string* mime_type) const OVERRIDE;

Completed in 2001 milliseconds

1 2 3 4 5 6 78 91011>>