Home
last modified time | relevance | path

Searched refs:createPopup (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
DQtMaemoWebPopup.cpp85 Maemo5Popup* QtMaemoWebPopup::createPopup(const QWebSelectData& data) in createPopup() function in WebCore::QtMaemoWebPopup
98 m_popup = createPopup(data); in show()
DQtMaemoWebPopup.h68 Maemo5Popup* createPopup(const QWebSelectData& data);
/external/webkit/Source/WebKit/qt/examples/platformplugin/
DWebPlugin.cpp82 Popup* WebPopup::createPopup(const QWebSelectData& data) in createPopup() function in WebPopup
95 m_popup = createPopup(data); in show()
DWebPlugin.h83 Popup* createPopup(const QWebSelectData& data);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCComboBox.java148 createPopup(parent); in createContents()
271 protected void createPopup(Composite parent) { in createPopup() method in CComboBox
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-165033 (WebCore::QtMaemoWebPopup::createPopup):
7445 (WebPopup::createPopup):
9431 (WebCore::QtMaemoWebPopup::createPopup):
11290 Added method createPopup to ChromeClientQt used to create popups.
11295 (WebCore::ChromeClientQt::createPopup):