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

/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/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc151 // This also fills in |actual_mime_type|.
156 &output.actual_mime_type,
299 std::string* actual_mime_type,
334 *actual_mime_type = mime_types[i];
292 FindEnabledPlugin( int render_frame_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/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.cc491 const std::string& actual_mime_type = output.actual_mime_type; local
525 if (plugin.mime_types[i].mime_type == actual_mime_type) {
533 if (params.mimeType.isNull() && (actual_mime_type.size() > 0)) {
538 params.mimeType = WebString::fromUTF8(actual_mime_type.c_str());
586 actual_mime_type == "application/x-nacl";
588 actual_mime_type == "application/x-pnacl";
609 manifest_url = GetNaClContentHandlerURL(actual_mime_type, plugin);
791 const std::string& actual_mime_type,
797 if (plugin.mime_types[i].mime_type == actual_mime_type) {
790 GetNaClContentHandlerURL( const std::string& actual_mime_type, const content::WebPluginInfo& plugin) argument
[all...]
/external/chromium_org/content/browser/
H A Dplugin_service_impl.cc525 std::string* actual_mime_type) {
541 if (actual_mime_type)
542 *actual_mime_type = mime_types[i];
516 GetPluginInfo(int render_process_id, int render_frame_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.cc748 std::string* actual_mime_type) {
753 NULL, info, actual_mime_type);
741 OnGetPluginInfo( int render_frame_id, const GURL& url, const GURL& page_url, const std::string& mime_type, bool* found, WebPluginInfo* info, std::string* actual_mime_type) argument

Completed in 562 milliseconds