/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
D | WebPlugin.h | 34 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);
|
D | WebPlugin.cpp | 37 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() 84 …Popup* result = data.multiple() ? createMultipleSelectionPopup(data) : createSingleSelectionPopup(… in createPopup() 123 : Popup(data) in SingleSelectionPopup() 169 : Popup(data) in MultipleSelectionPopup()
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_context_menu_gtk.h | 26 void Popup(const gfx::Point& point);
|
D | render_view_context_menu_gtk.cc | 43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) { in Popup() function in RenderViewContextMenuGtk
|
D | tab_contents_view_gtk.cc | 335 context_menu_->Popup(point); in ShowContextMenu()
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_service_unittest.cc | 35 TEST_F(PinnedTabServiceTest, Popup) { in TEST_F() argument
|
/external/chromium/chrome/browser/ui/webui/ |
D | mediaplayer_browsertest.cc | 62 IN_PROC_BROWSER_TEST_F(MediaPlayerBrowserTest, Popup) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginContainerQt.cpp | 36 : QWidget(0, Qt::Popup) in PluginClientWrapper()
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_menu_controller_gtk.h | 49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
|
D | bookmark_menu_controller_gtk.cc | 98 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, in Popup() function in BookmarkMenuController
|
D | bookmark_bar_gtk.cc | 1437 current_menu_->Popup(button, event->button.button, event->button.time); in PopupForButton()
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_details_view_controller.mm | 76 // Popup menu for the expiration is taller than the plain
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.cc | 100 void Popup(GtkWidget* widget, GdkEventButton* event) { in Popup() function in DownloadShelfContextMenuGtk 915 menu_->Popup(button, event); in ShowPopupMenu()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.messages.in | 129 # Popup menu.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebTextCompletionController.mm | 49 // The class is in one of two modes: Popup window showing, or not.
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 640 // Popup arrow. Put center of mass of the arrow in the center of the
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_view_mac.mm | 526 // everything. Popup should already be visible.
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 1211 // Popup from "reserved" domains at register.com
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 283 // Size and position the window. Note that it is not yet onscreen. Popup
|
/external/webkit/Source/WebKit/ |
D | ChangeLog | 1414 [EFL] Add support for Popup menus
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 29628 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 …]
|
D | ChangeLog-2010-01-29 | 13248 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 …]
|
D | ChangeLog-2007-10-14 | 24517 … 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/ |
D | ChangeLog-2011-02-16 | 7439 (Popup::populateList): 7440 (Popup::onItemSelected): 7456 (Popup::Popup): 9353 Add Single and Multiple Selection Popup for Maemo 5.
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 12164 Popup menu has the wrong size when popped up near the edge
|