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

  /external/chromium_org/chrome/browser/plugins/
plugin_finder_unittest.cc 47 const ListValue* matching_mime_types = NULL; local
48 if (plugin->GetList("matching_mime_types", &matching_mime_types)) {
49 for (ListValue::const_iterator it = matching_mime_types->begin();
50 it != matching_mime_types->end(); ++it) {
plugin_finder.cc 55 void LoadMimeTypes(bool matching_mime_types,
60 matching_mime_types ? "matching_mime_types" : "mime_types";
70 if (matching_mime_types) {
  /external/chromium_org/chrome/browser/resources/plugin_metadata/
plugins_linux.json 78 "matching_mime_types": [
99 "matching_mime_types": [

Completed in 1612 milliseconds