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

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.h38 class QtPlatformPlugin { class in namespace:WebCore
40 QtPlatformPlugin() : m_loaded(false), m_plugin(0) {} function in class:WebCore::QtPlatformPlugin
41 ~QtPlatformPlugin();
H A DQtPlatformPlugin.cpp22 #include "QtPlatformPlugin.h"
32 bool QtPlatformPlugin::load(const QString& file)
49 bool QtPlatformPlugin::load()
67 QtPlatformPlugin::~QtPlatformPlugin()
72 bool QtPlatformPlugin::loadStaticallyLinkedPlugin()
83 QWebKitPlatformPlugin* QtPlatformPlugin::plugin()
105 QWebSelectMethod* QtPlatformPlugin::createSelectInputMethod()
112 QWebNotificationPresenter* QtPlatformPlugin::createNotificationPresenter()
118 QWebHapticFeedbackPlayer* QtPlatformPlugin
[all...]

Completed in 55 milliseconds