Searched defs:PlatformMenuDescription (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformMenuDescription.h49 typedef NSMutableArray* PlatformMenuDescription; typedef in namespace:WebCore
52 typedef const QList<ContextMenuItem>* PlatformMenuDescription;
54 typedef GtkMenu* PlatformMenuDescription;
57 typedef void* PlatformMenuDescription;
59 typedef wxMenu* PlatformMenuDescription;
61 typedef BMenu* PlatformMenuDescription;
63 typedef void* PlatformMenuDescription;
/external/webkit/Source/WebCore/platform/gtk/
H A DContextMenuGtk.cpp49 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
58 PlatformMenuDescription ContextMenu::platformDescription() const
63 PlatformMenuDescription ContextMenu::releasePlatformDescription()
65 PlatformMenuDescription description = m_platformDescription;
71 Vector<ContextMenuItem> contextMenuItemVector(const PlatformMenuDescription) argument

Completed in 89 milliseconds