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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtMaemoWebPopup.h 52 class QtMaemoWebPopup : public QWebSelectMethod {
55 QtMaemoWebPopup();
56 ~QtMaemoWebPopup();
QtMaemoWebPopup.cpp 21 #include "QtMaemoWebPopup.h"
64 QtMaemoWebPopup::QtMaemoWebPopup()
69 QtMaemoWebPopup::~QtMaemoWebPopup()
75 Maemo5Popup* QtMaemoWebPopup::createSingleSelectionPopup(const QWebSelectData& data)
80 Maemo5Popup* QtMaemoWebPopup::createMultipleSelectionPopup(const QWebSelectData& data)
85 Maemo5Popup* QtMaemoWebPopup::createPopup(const QWebSelectData& data)
93 void QtMaemoWebPopup::show(const QWebSelectData& data)
102 void QtMaemoWebPopup::hide(
    [all...]
ChromeClientQt.cpp 54 #include "QtMaemoWebPopup.h"
705 return new QtMaemoWebPopup;

Completed in 265 milliseconds