Searched refs:table_apps (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m66 @property (nonatomic, readwrite, strong) NSMutableArray <NSMutableArray <NSString *> *> *table_apps; property in interface:X11Controller
465 NSMutableArray <NSMutableArray <NSString *> *> * const oldapps = self.table_apps;
468 NSMutableArray <NSMutableArray <NSString *> *> * const table_apps = [[NSMutableArray alloc] initWithCapacity:1];
469 self.table_apps = table_apps;
474 [table_apps addObject:row.mutableCopy];
495 NSMutableArray <NSMutableArray <NSString *> *> * const table_apps = self.table_apps;
500 [self install_apps_menu:table_apps];
503 [defaults setObject:table_apps forKe
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.m417 if (table_apps != nil)
418 oldapps = table_apps;
420 table_apps = [[NSMutableArray alloc] initWithCapacity:1];
422 [table_apps addObjectsFromArray:apps];
443 [self install_apps_menu:table_apps];
445 [NSApp prefs_set_array:@PREFS_APPSMENU value:table_apps];
450 [table_apps release];
451 table_apps = nil;
464 if (i > [table_apps count])
474 [table_apps insertObjec
[all...]
H A DX11Controller.h105 NSMutableArray *table_apps; field in interface:X11Controller

Completed in 5 milliseconds