HomeSort by relevance Sort by last modified time
    Searched refs:pluginForMIMEType (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 48 - (WebBasePluginPackage *)pluginForMIMEType:(NSString *)mimeType;
WebPluginDatabase.mm 159 - (WebBasePluginPackage *)pluginForMIMEType:(NSString *)MIMEType
194 plugin = [self pluginForMIMEType:MIMEType];
324 plugin = [self pluginForMIMEType:MIMEType];
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebplugindatabase.cpp 129 return kitNew(database->priv->coreDatabase->pluginForMIMEType(mimeType));
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.h 75 PluginPackage* pluginForMIMEType(const String& mimeType);
PluginDatabase.cpp 195 PluginPackage* PluginDatabase::pluginForMIMEType(const String& mimeType)
288 return pluginForMIMEType(mimeType);
299 PluginPackage* plugin = pluginForMIMEType(mimeTypeForExtension);
  /external/webkit/Source/WebKit/qt/Api/
qwebplugindatabase.cpp 254 handle a specific MIME type, you can use the pluginForMimeType() function.
278 \sa pluginForMimeType()
377 QWebPluginInfo QWebPluginDatabase::pluginForMimeType(const QString& mimeType)
379 return QWebPluginInfo(m_database->pluginForMIMEType(mimeType));
388 \sa pluginForMimeType()
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 171 milliseconds