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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtMaemoWebPopup.h 33 class Maemo5Popup : public QDialog {
36 Maemo5Popup(const QWebSelectData& data) : m_data(data) {}
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 {
QtMaemoWebPopup.cpp 40 void Maemo5Popup::populateList()
58 void Maemo5Popup::onItemSelected(QListWidgetItem* item)
75 Maemo5Popup* QtMaemoWebPopup::createSingleSelectionPopup(const QWebSelectData& data)
80 Maemo5Popup* QtMaemoWebPopup::createMultipleSelectionPopup(const QWebSelectData& data)
85 Maemo5Popup* QtMaemoWebPopup::createPopup(const QWebSelectData& data)
87 Maemo5Popup* result = data.multiple() ? createMultipleSelectionPopup(data) : createSingleSelectionPopup(data);
126 : Maemo5Popup(data)
173 : Maemo5Popup(data)

Completed in 85 milliseconds