Home
last modified time | relevance | path

Searched refs:Maemo5Popup (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtMaemoWebPopup.h33 class Maemo5Popup : public QDialog {
36 Maemo5Popup(const QWebSelectData& data) : m_data(data) {} in Maemo5Popup() function
66 Maemo5Popup* m_popup;
68 Maemo5Popup* createPopup(const QWebSelectData& data);
69 Maemo5Popup* createSingleSelectionPopup(const QWebSelectData& data);
70 Maemo5Popup* createMultipleSelectionPopup(const QWebSelectData& data);
74 class Maemo5SingleSelectionPopup : public Maemo5Popup {
81 class Maemo5MultipleSelectionPopup : public Maemo5Popup {
DQtMaemoWebPopup.cpp40 void Maemo5Popup::populateList() in populateList()
58 void Maemo5Popup::onItemSelected(QListWidgetItem* item) in onItemSelected()
75 Maemo5Popup* QtMaemoWebPopup::createSingleSelectionPopup(const QWebSelectData& data) in createSingleSelectionPopup()
80 Maemo5Popup* QtMaemoWebPopup::createMultipleSelectionPopup(const QWebSelectData& data) in createMultipleSelectionPopup()
85 Maemo5Popup* QtMaemoWebPopup::createPopup(const QWebSelectData& data) in createPopup()
87Maemo5Popup* result = data.multiple() ? createMultipleSelectionPopup(data) : createSingleSelection… in createPopup()
126 : Maemo5Popup(data) in Maemo5SingleSelectionPopup()
173 : Maemo5Popup(data) in Maemo5MultipleSelectionPopup()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-165029 (WebCore::Maemo5Popup::populateList):
5040 (WebCore::Maemo5Popup::Maemo5Popup):
9359 (WebCore::Maemo5Popup::populateList):
9360 (WebCore::Maemo5Popup::onItemSelected):
9437 (WebCore::Maemo5Popup::Maemo5Popup):