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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.h 38 class QtPlatformPlugin {
40 QtPlatformPlugin() : m_loaded(false), m_plugin(0) {}
41 ~QtPlatformPlugin();
QtPlatformPlugin.cpp 22 #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::createHapticFeedbackPlayer(
    [all...]

Completed in 48 milliseconds