Home
last modified time | relevance | path

Searched refs:Popup (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/WebKit/qt/examples/platformplugin/
DWebPlugin.h34 class Popup : public QDialog {
37 Popup(const QWebSelectData& data) : m_data(data) { setModal(true); } in Popup() function
53 class SingleSelectionPopup : public Popup {
60 class MultipleSelectionPopup : public Popup {
81 Popup* m_popup;
83 Popup* createPopup(const QWebSelectData& data);
84 Popup* createSingleSelectionPopup(const QWebSelectData& data);
85 Popup* createMultipleSelectionPopup(const QWebSelectData& data);
DWebPlugin.cpp37 void Popup::populateList() in populateList()
55 void Popup::onItemSelected(QListWidgetItem* item) in onItemSelected()
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()
84Popup* result = data.multiple() ? createMultipleSelectionPopup(data) : createSingleSelectionPopup(… in createPopup()
123 : Popup(data) in SingleSelectionPopup()
169 : Popup(data) in MultipleSelectionPopup()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu_gtk.h26 void Popup(const gfx::Point& point);
Drender_view_context_menu_gtk.cc43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) { in Popup() function in RenderViewContextMenuGtk
Dtab_contents_view_gtk.cc335 context_menu_->Popup(point); in ShowContextMenu()
/external/chromium/chrome/browser/tabs/
Dpinned_tab_service_unittest.cc35 TEST_F(PinnedTabServiceTest, Popup) { in TEST_F() argument
/external/chromium/chrome/browser/ui/webui/
Dmediaplayer_browsertest.cc62 IN_PROC_BROWSER_TEST_F(MediaPlayerBrowserTest, Popup) { in IN_PROC_BROWSER_TEST_F() argument
/external/webkit/Source/WebCore/plugins/qt/
DPluginContainerQt.cpp36 : QWidget(0, Qt::Popup) in PluginClientWrapper()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_menu_controller_gtk.h49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
Dbookmark_menu_controller_gtk.cc98 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, in Popup() function in BookmarkMenuController
Dbookmark_bar_gtk.cc1437 current_menu_->Popup(button, event->button.button, event->button.time); in PopupForButton()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_details_view_controller.mm76 // Popup menu for the expiration is taller than the plain
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc100 void Popup(GtkWidget* widget, GdkEventButton* event) { in Popup() function in DownloadShelfContextMenuGtk
915 menu_->Popup(button, event); in ShowPopupMenu()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.messages.in129 # Popup menu.
/external/webkit/Source/WebKit/mac/WebView/
DWebTextCompletionController.mm49 // The class is in one of two modes: Popup window showing, or not.
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm640 // Popup arrow. Put center of mass of the arrow in the center of the
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac.mm526 // everything. Popup should already be visible.
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac1211 // Popup from "reserved" domains at register.com
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm283 // Size and position the window. Note that it is not yet onscreen. Popup
/external/webkit/Source/WebKit/
DChangeLog1414 [EFL] Add support for Popup menus
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2429628 And, there is an additional break due to Bug 36177 - Multiselect Popup
33018 [Qt] Multiselect Popup - adjusting QtAbstractWebPopup
33469 Multiselect Popup - PopupMenuClient extension
34081 Multiselect Popup - Listbox click simulation
34682 [Qt] Multiselect Popup - SelectElement refactoring.
40133 Web Inspector: Popup for Timeline panel will work in a tooltip mode
46469 * inspector/front-end/Popup.js:
46470 (WebInspector.Popup):
46471 (WebInspector.Popup.prototype.show):
46472 (WebInspector.Popup.prototype.hide):
[all …]
DChangeLog-2010-01-2913248 Popup content information struct added to class QtAbstractWebPopup.
58804 * inspector/front-end/Popup.js: Added.
58805 (WebInspector.Popup):
58806 (WebInspector.Popup.prototype.show):
58807 (WebInspector.Popup.prototype.hide):
58808 (WebInspector.Popup.prototype.get visible):
58809 (WebInspector.Popup.prototype.set element):
58810 (WebInspector.Popup.prototype.get element):
58811 (WebInspector.Popup.prototype.positionElement):
58812 (WebInspector.Popup.prototype.set anchor):
[all …]
DChangeLog-2007-10-1424517 … Fix for <rdar://problem/5088844> Popup menu is not positioned correctly on a yahoo comics page
29520 Fix: <rdar://problem/4800493> Popup menus should be positioned so that
29837 Fix: <rdar://problem/4794151> Popup should scroll to reveal selected
29839 Fix: <rdar://problem/4794229> Popup hot-tracking should not change text
34419 …REGRESSION: Popup button text should use "natural" directionality to match the items in the popup …
51004 …<rdar://problem/4619663> REGRESSION (NativePopup): Popup menu doesn't draw at the correct vertical…
63651 …<rdar://problem/4826875> REGRESSION: Popup width doesn't change to accommodate dynamic changes to …
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-167439 (Popup::populateList):
7440 (Popup::onItemSelected):
7456 (Popup::Popup):
9353 Add Single and Multiple Selection Popup for Maemo 5.
/external/webkit/Source/WebKit/gtk/
DChangeLog12164 Popup menu has the wrong size when popped up near the edge

12