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

  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.cc 53 matching_mime_types_.push_back(mime_type);
62 for (size_t i = 0; i < matching_mime_types_.size(); ++i) {
63 // To have a match, every one of the |matching_mime_types_|
67 if (plugin.mime_types[j].mime_type == matching_mime_types_[i])
plugin_metadata.h 72 // Checks if |plugin| mime types match all |matching_mime_types_|.
73 // If there is no |matching_mime_types_|, |group_name_matcher_| is used
102 std::vector<std::string> matching_mime_types_; member in class:PluginMetadata

Completed in 273 milliseconds