/external/webkit/WebCore/platform/ |
PlatformMenuDescription.h | 40 typedef struct _GtkMenu GtkMenu; 57 typedef GtkMenu* PlatformMenuDescription;
|
PopupMenu.h | 48 typedef struct _GtkMenu GtkMenu; 177 GRefPtr<GtkMenu> m_popup; 181 static void menuPositionFunction(GtkMenu*, gint*, gint*, gboolean*, PopupMenu*);
|
ContextMenuItem.h | 190 GtkMenu* subMenu;
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
ContextMenuClientGtk.cpp | 130 GtkMenu* gtkmenu = menu->releasePlatformDescription(); local 142 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), separator); 147 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), imContextMenu); 152 gtk_menu_shell_append(GTK_MENU_SHELL(gtkmenu), unicodeContextMenu); 158 return gtkmenu;
|
FrameLoaderClientGtk.cpp | [all...] |
/external/webkit/WebCore/platform/gtk/ |
PopupMenuGtk.cpp | 139 void PopupMenu::menuPositionFunction(GtkMenu*, gint* x, gint* y, gboolean* pushIn, PopupMenu* that)
|
/external/webkit/WebKit/gtk/webkit/ |
webkitprivate.h | 127 GtkMenu* currentMenu;
|
webkitwebview.cpp | 242 GtkMenu* menu = GTK_MENU(coreMenu->platformDescription()); [all...] |
/external/bluetooth/glib/gobject/ |
gobject.c | 90 * across certain code portions (an example is #GtkMenu), to achive this, the [all...] |
/external/webkit/WebCore/ |
ChangeLog-2007-10-14 | [all...] |