Searched refs:Popup (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_context_menu_gtk.h23 void Popup(GtkWidget* widget, GdkEventButton* event);
30 // The menu we show on Popup(). We keep a pointer to it for a couple reasons:
32 // * we have to keep it in scope for longer than the duration of Popup(), or
H A Ddownload_shelf_context_menu_gtk.cc22 void DownloadShelfContextMenuGtk::Popup(GtkWidget* widget, function in class:DownloadShelfContextMenuGtk
25 // Popup() should never be called after the DownloadItem is destroyed.
H A Ddownload_item_gtk.cc921 menu_->Popup(button, event);
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu_gtk.h26 void Popup(const gfx::Point& point);
H A Drender_view_context_menu_gtk.cc43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) { function in class:RenderViewContextMenuGtk
H A Dtab_contents_view_gtk.cc335 context_menu_->Popup(point);
/external/chromium/chrome/browser/tabs/
H A Dpinned_tab_service_unittest.cc35 TEST_F(PinnedTabServiceTest, Popup) {
/external/chromium/chrome/browser/ui/webui/
H A Dmediaplayer_browsertest.cc62 IN_PROC_BROWSER_TEST_F(MediaPlayerBrowserTest, Popup) {
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
H A Drender_view_context_menu_gtk.h29 void Popup(const gfx::Point& point);
H A Dchrome_web_contents_view_delegate_gtk.cc163 context_menu_->Popup(point);
H A Drender_view_context_menu_gtk.cc135 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) { function in class:RenderViewContextMenuGtk
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service_unittest.cc50 TEST_F(PinnedTabServiceTest, Popup) {
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.h49 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
H A Dbookmark_menu_controller_gtk.cc98 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, function in class:BookmarkMenuController
H A Dbookmark_bar_gtk.cc1437 current_menu_->Popup(button, event->button.button, event->button.time);
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_menu_controller_gtk.h50 void Popup(GtkWidget* widget, gint button_type, guint32 timestamp);
H A Dbookmark_menu_controller_gtk.cc100 void BookmarkMenuController::Popup(GtkWidget* widget, gint button_type, function in class:BookmarkMenuController
H A Dbookmark_bar_gtk.cc408 current_menu_->Popup(button, event->button.button, event->button.time);
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc100 void Popup(GtkWidget* widget, GdkEventButton* event) { function in class:DownloadShelfContextMenuGtk
142 // The menu we show on Popup(). We keep a pointer to it for a couple reasons:
144 // * we have to keep it in scope for longer than the duration of Popup(), or
915 menu_->Popup(button, event);

Completed in 290 milliseconds