Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformMenuItemDescription

158     typedef NSMenuItem* PlatformMenuItemDescription;
160 typedef LPMENUITEMINFO PlatformMenuItemDescription;
162 struct PlatformMenuItemDescription {
163 PlatformMenuItemDescription()
178 struct PlatformMenuItemDescription {
179 PlatformMenuItemDescription()
195 typedef void* PlatformMenuItemDescription;
197 struct PlatformMenuItemDescription {
198 PlatformMenuItemDescription()
213 typedef BMenuItem* PlatformMenuItemDescription;
215 struct PlatformMenuItemDescription {
216 PlatformMenuItemDescription()
228 typedef void* PlatformMenuItemDescription;
233 ContextMenuItem(PlatformMenuItemDescription);
241 PlatformMenuItemDescription releasePlatformDescription();
263 static GtkMenuItem* createNativeMenuItem(const PlatformMenuItemDescription&);
270 PlatformMenuItemDescription m_platformDescription;