HomeSort by relevance Sort by last modified time
    Searched defs:actual_mime_type (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/renderer_host/
plugin_info_message_filter_unittest.cc 140 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/
plugin_list.cc 353 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;
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 498 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) {
    [all...]

Completed in 73 milliseconds