Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/examples/platformplugin/
DWebPlugin.cpp61 WebPopup::WebPopup() in WebPopup() function in WebPopup
66 WebPopup::~WebPopup() in ~WebPopup()
72 Popup* WebPopup::createSingleSelectionPopup(const QWebSelectData& data) in createSingleSelectionPopup()
77 Popup* WebPopup::createMultipleSelectionPopup(const QWebSelectData& data) in createMultipleSelectionPopup()
82 Popup* WebPopup::createPopup(const QWebSelectData& data) in createPopup()
90 void WebPopup::show(const QWebSelectData& data) in show()
99 void WebPopup::hide() in hide()
107 void WebPopup::popupClosed() in popupClosed()
117 void WebPopup::itemClicked(int idx) in itemClicked()
302 return new WebPopup(); in createExtension()
DWebPlugin.h67 class WebPopup : public QWebSelectMethod {
70 WebPopup();
71 ~WebPopup();
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167441 (WebPopup::WebPopup):
7442 (WebPopup::~WebPopup):
7443 (WebPopup::createSingleSelectionPopup):
7444 (WebPopup::createMultipleSelectionPopup):
7445 (WebPopup::createPopup):
7446 (WebPopup::show):
7447 (WebPopup::hide):
7448 (WebPopup::popupClosed):
7449 (WebPopup::itemClicked):