Home | History | Annotate | Download | only in plugins

Lines Matching refs:mime_type

156     const std::string& mime_type) {
157 if (mime_type == kWindowsMediaPlayerType)
161 if (strncmp(mime_type.c_str(), kSilverlightTypePrefix, prefix_length) == 0)
165 if (strncmp(mime_type.c_str(), kRealPlayerTypePrefix, prefix_length) == 0)
168 if (strstr(mime_type.c_str(), kJavaTypeSubstring))
171 if (mime_type == kQuickTimeType)
174 if (mime_type == content::kBrowserPluginMimeType)
177 if (mime_type == content::kFlashPluginSwfMimeType ||
178 mime_type == content::kFlashPluginSplMimeType) {
183 if (mime_type == kWidevineCdmPluginMimeType)