Searched defs:onItemSelected (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtMaemoWebPopup.cpp55 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
58 void Maemo5Popup::onItemSelected(QListWidgetItem* item) function in class:WebCore::Maemo5Popup
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebPlugin.cpp52 connect(m_list, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(onItemSelected(QListWidgetItem*)));
55 void Popup::onItemSelected(QListWidgetItem* item) function in class:Popup

Completed in 37 milliseconds