Home
last modified time | relevance | path

Searched refs:QWebSelectMethod (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DPopupMenuQt.h27 class QWebSelectMethod; variable
52 QWebSelectMethod* m_popup;
DQtPlatformPlugin.h26 class QWebSelectMethod; variable
43 QWebSelectMethod* createSelectInputMethod();
DQtPlatformPlugin.cpp105 QWebSelectMethod* QtPlatformPlugin::createSelectInputMethod() in createSelectInputMethod()
108 …return p ? static_cast<QWebSelectMethod*>(p->createExtension(QWebKitPlatformPlugin::MultipleSelect… in createSelectInputMethod()
DQtMaemoWebPopup.h52 class QtMaemoWebPopup : public QWebSelectMethod {
DQtFallbackWebPopup.h41 class QtFallbackWebPopup : public QWebSelectMethod {
DChromeClientQt.h191 QWebSelectMethod* createSelectPopup() const;
DChromeClientQt.cpp698 QWebSelectMethod* ChromeClientQt::createSelectPopup() const in createSelectPopup()
700 QWebSelectMethod* result = m_platformPlugin.createSelectInputMethod(); in createSelectPopup()
/external/webkit/Source/WebKit/qt/examples/platformplugin/
Dqwebkitplatformplugin.h51 class QWebSelectMethod : public QObject
55 virtual ~QWebSelectMethod() {} in ~QWebSelectMethod()
DWebPlugin.h67 class WebPopup : public QWebSelectMethod {
/external/webkit/Source/WebKit/qt/Api/
Dqwebkitplatformplugin.h56 class QWebSelectMethod : public QObject
60 virtual ~QWebSelectMethod() {} in ~QWebSelectMethod()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-164990 QWebSelectMethod and QtPlatformPlugin's method createSelectInputMethod now returns an
4991 instance of class QWebSelectMethod instead of QtAbstractWebPopup.
6122 (QWebSelectMethod::~QWebSelectMethod):
6132 (QWebSelectMethod::~QWebSelectMethod):
7462 (QWebSelectMethod::~QWebSelectMethod):
8122 (QWebSelectMethod::~QWebSelectMethod):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0685276 QWebSelectMethod and QtPlatformPlugin's method createSelectInputMethod now returns an
85277 instance of class QWebSelectMethod instead of QtAbstractWebPopup.