Searched refs:matching_mime_types (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc47 const base::ListValue* matching_mime_types = NULL; local
48 if (plugin->GetList("matching_mime_types", &matching_mime_types)) {
49 for (base::ListValue::const_iterator it = matching_mime_types->begin();
50 it != matching_mime_types->end(); ++it) {
H A Dplugin_finder.cc55 void LoadMimeTypes(bool matching_mime_types, argument
60 matching_mime_types ? "matching_mime_types" : "mime_types";
70 if (matching_mime_types) {

Completed in 149 milliseconds