Searched refs:fMenuList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.h33 // Menus in this menubar. Objects in fMenuList must be CMenu's.
34 NSMutableArray *fMenuList; variable
H A DCMenuBar.m81 fMenuList = [[NSMutableArray alloc] init];
87 [fMenuList release];
88 fMenuList = nil;
112 NSUInteger i = 0, newMenuListSize = [menubar->fMenuList count];
128 newMenu = (CMenu *)[menubar->fMenuList objectAtIndex:cmenuIndex];
132 newMenu = (CMenu *)[menubar->fMenuList objectAtIndex:cmenuIndex];
164 CMenu *newMenu = (CMenu *)[menubar->fMenuList objectAtIndex:i];
195 [fMenuList addObject: theMenu];
211 [fMenuList addObject:theMenu];
213 [fMenuList insertObjec
[all...]

Completed in 29 milliseconds