Searched defs:actual_mime_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc145 // This also fills in |actual_mime_type|.
150 &output.actual_mime_type,
240 std::string* actual_mime_type,
275 *actual_mime_type = mime_types[i];
233 FindEnabledPlugin( int render_view_id, const GURL& url, const GURL& top_origin_url, const std::string& mime_type, ChromeViewHostMsg_GetPluginInfo_Status* status, WebPluginInfo* plugin, std::string* actual_mime_type, scoped_ptr<PluginMetadata>* plugin_metadata) const argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dplugin_info_message_filter_unittest.cc140 std::string actual_mime_type; local
142 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
152 std::string actual_mime_type; local
154 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
164 std::string actual_mime_type; local
168 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
176 std::string actual_mime_type; local
178 0, GURL(), GURL(), "baz/blurp", &status, &plugin, &actual_mime_type,
/external/chromium_org/content/common/
H A Dplugin_list.cc353 std::string actual_mime_type; local
355 if (SupportsExtension(plugins_list_[i], extension, &actual_mime_type)) {
360 actual_mime_types->push_back(actual_mime_type);
387 std::string* actual_mime_type) {
392 if (actual_mime_type)
393 *actual_mime_type = mime_type.mime_type;
385 SupportsExtension(const WebPluginInfo& plugin, const std::string& extension, std::string* actual_mime_type) argument
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc498 const std::string& actual_mime_type = output.actual_mime_type; local
523 if (plugin.mime_types[i].mime_type == actual_mime_type) {
531 if (params.mimeType.isNull() && (actual_mime_type.size() > 0)) {
536 params.mimeType = WebString::fromUTF8(actual_mime_type.c_str());
581 if (actual_mime_type == kPnaclMimeType) {
600 const bool is_nacl_mime_type = actual_mime_type == kNaClMimeType;
623 manifest_url = GetNaClContentHandlerURL(actual_mime_type, plugin);
752 const std::string& actual_mime_type,
758 if (plugin.mime_types[i].mime_type == actual_mime_type) {
751 GetNaClContentHandlerURL( const std::string& actual_mime_type, const content::WebPluginInfo& plugin) argument
[all...]
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc528 std::string* actual_mime_type) {
544 if (actual_mime_type)
545 *actual_mime_type = mime_types[i];
519 GetPluginInfo(int render_process_id, int render_view_id, ResourceContext* context, const GURL& url, const GURL& page_url, const std::string& mime_type, bool allow_wildcard, bool* is_stale, WebPluginInfo* info, std::string* actual_mime_type) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc711 std::string* actual_mime_type) {
716 NULL, info, actual_mime_type);
704 OnGetPluginInfo( int routing_id, const GURL& url, const GURL& page_url, const std::string& mime_type, bool* found, WebPluginInfo* info, std::string* actual_mime_type) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1261 std::string* actual_mime_type) {
1265 actual_mime_type));
1257 GetPluginInfo(const GURL& url, const GURL& page_url, const std::string& mime_type, WebPluginInfo* plugin_info, std::string* actual_mime_type) argument

Completed in 206 milliseconds