Searched refs:QWebSelectMethod (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPopupMenuQt.h27 class QWebSelectMethod;
52 QWebSelectMethod* m_popup;
H A DQtPlatformPlugin.h26 class QWebSelectMethod;
43 QWebSelectMethod* createSelectInputMethod();
H A DQtPlatformPlugin.cpp105 QWebSelectMethod* QtPlatformPlugin::createSelectInputMethod()
108 return p ? static_cast<QWebSelectMethod*>(p->createExtension(QWebKitPlatformPlugin::MultipleSelections)) : 0;
H A DQtFallbackWebPopup.h41 class QtFallbackWebPopup : public QWebSelectMethod {
H A DQtMaemoWebPopup.h52 class QtMaemoWebPopup : public QWebSelectMethod {
H A DChromeClientQt.h191 QWebSelectMethod* createSelectPopup() const;
H A DChromeClientQt.cpp698 QWebSelectMethod* ChromeClientQt::createSelectPopup() const
700 QWebSelectMethod* result = m_platformPlugin.createSelectInputMethod();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h56 class QWebSelectMethod : public QObject class in inherits:QObject
60 virtual ~QWebSelectMethod() {}
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h51 class QWebSelectMethod : public QObject class in inherits:QObject
55 virtual ~QWebSelectMethod() {}
H A DWebPlugin.h67 class WebPopup : public QWebSelectMethod {

Completed in 71 milliseconds