HomeSort by relevance Sort by last modified time
    Searched refs:GtkMenu (Results 1 - 13 of 13) sorted by null

  /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/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;
menu_gtk.h 107 static void WidgetMenuPositionFunc(GtkMenu* menu,
114 static void PointMenuPositionFunc(GtkMenu* menu,
136 // A function that creates a GtkMenu from |model_|.
menu_gtk.cc 643 void MenuGtk::WidgetMenuPositionFunc(GtkMenu* menu,
681 void MenuGtk::PointMenuPositionFunc(GtkMenu* menu,
  /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/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/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 226 GtkMenu*);
autocomplete_edit_view_gtk.cc     [all...]
  /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...]

Completed in 146 milliseconds