OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gtk_menu_popup
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc
374
gtk_menu_popup
(GTK_MENU(menu_), NULL, NULL,
381
//
gtk_menu_popup
doesn't like the "const" qualifier on point.
383
gtk_menu_popup
(GTK_MENU(menu_), NULL, NULL,
390
gtk_menu_popup
(GTK_MENU(menu_), NULL, NULL, gtk_status_icon_position_menu,
menu_gtk.h
181
//
gtk_menu_popup
() does not appear to take ownership of popup menus, so
/external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.cpp
134
gtk_menu_popup
(m_popup.get(), 0, 0, reinterpret_cast<GtkMenuPositionFunc>(menuPositionFunction), this, 0, gtk_get_current_event_time());
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.cc
107
gtk_menu_popup
(GTK_MENU(menu_), NULL, NULL,
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp
380
gtk_menu_popup
(menu, 0, 0, &PopupMenuPositionFunc, webView, event.button() + 1, gtk_get_current_event_time());
[
all
...]
Completed in 128 milliseconds