Searched defs:QWebPluginInfo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase_p.h35 class QWEBKIT_EXPORT QWebPluginInfo { class
37 QWebPluginInfo();
38 QWebPluginInfo(const QWebPluginInfo& other);
39 QWebPluginInfo &operator=(const QWebPluginInfo& other);
40 ~QWebPluginInfo();
43 QWebPluginInfo(WebCore::PluginPackage* package);
59 bool operator==(const QWebPluginInfo& other) const;
60 bool operator!=(const QWebPluginInfo
[all...]
H A Dqwebplugindatabase.cpp30 \typedef QWebPluginInfo::MimeType
36 \class QWebPluginInfo
39 \brief The QWebPluginInfo class represents a single Netscape plugin.
41 A QWebPluginInfo object represents a Netscape plugin picked up by WebKit
55 Constructs a null QWebPluginInfo.
57 QWebPluginInfo::QWebPluginInfo() function in class:QWebPluginInfo
62 QWebPluginInfo::QWebPluginInfo(PluginPackage* package) function in class:QWebPluginInfo
72 QWebPluginInfo function in class:QWebPluginInfo
[all...]

Completed in 130 milliseconds