HomeSort by relevance Sort by last modified time
    Searched full:gtkmenu (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu.h 9 // GtkCustomMenu is a GtkMenu subclass that can contain, and collaborates with,
13 // that the normal GtkMenu implementation doesn't handle events related to
42 GtkMenu menu;
gtk_custom_menu_item.h 15 // GtkMenu has a grab on all events. Instead of trying to pump events through
26 // GtkMenu, it uses which button was selected as a signal of what to do.
104 // because the top level GtkMenu has an event grab.
129 // on this button click (and should prevent the normal GtkMenu machinery from
menu_gtk.h 107 static void WidgetMenuPositionFunc(GtkMenu* menu,
114 static void PointMenuPositionFunc(GtkMenu* menu,
136 // A function that creates a GtkMenu from |model_|.
gtk_custom_menu.cc 64 // that event and abort having the normal GtkMenu code run.
menu_gtk.cc 643 void MenuGtk::WidgetMenuPositionFunc(GtkMenu* menu,
681 void MenuGtk::PointMenuPositionFunc(GtkMenu* menu,
  /external/webkit/Source/WebCore/platform/
PlatformMenuDescription.h 38 typedef struct _GtkMenu GtkMenu;
54 typedef GtkMenu* PlatformMenuDescription;
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.h 55 static void menuPositionFunction(GtkMenu*, gint*, gint*, gboolean*, PopupMenuGtk*);
62 GRefPtr<GtkMenu> m_popup;
PopupMenuGtk.cpp 238 void PopupMenuGtk::menuPositionFunction(GtkMenu*, gint* x, gint* y, gboolean* pushIn, PopupMenuGtk* that)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 131 GtkMenu* gtkmenu = menu->releasePlatformDescription(); local
143 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), separator);
148 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), imContextMenu);
153 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), unicodeContextMenu);
159 return gtkmenu;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 63 GtkMenu* currentMenu;
125 GtkMenu* webkit_web_view_get_context_menu(WebKitWebView*);
webkitwebview.cpp 255 static void PopupMenuPositionFunc(GtkMenu* menu, gint *x, gint *y, gboolean *pushIn, gpointer userData)
360 GtkMenu* menu = GTK_MENU(coreMenu->platformDescription());
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GTypedefs.h 75 typedef struct _GtkMenu GtkMenu;
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 72 // Button press and release events for a GtkMenu.
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 53 extern GtkMenu* webkit_web_view_get_context_menu(WebKitWebView*);
214 GtkMenu* gtkMenu = webkit_web_view_get_context_menu(view);
215 if (gtkMenu) {
216 GList* items = gtk_container_get_children(GTK_CONTAINER(gtkMenu));
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 226 GtkMenu*);
autocomplete_edit_view_gtk.cc     [all...]
  /external/bluetooth/glib/gobject/
gobject.c 90 * across certain code portions (an example is #GtkMenu), to achive this, the
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2007-10-14     [all...]

Completed in 277 milliseconds