Searched refs:NSMutableDictionary (Results 1 – 15 of 15) sorted by relevance
62 +(NSMutableDictionary *)allWrapper { argument63 static NSMutableDictionary * mdAllWrapper = nil;65 mdAllWrapper = [ [ [ NSMutableDictionary alloc ] init ] retain ];101 NSMutableDictionary * dAllWrapper = [ AquaA11yFactory allWrapper ];170 NSMutableDictionary * dAllWrapper = [ AquaA11yFactory allWrapper ];
43 NSMutableDictionary* cookieToButtonMapping;61 - (void) setCookieMappingInDictionary: (NSMutableDictionary*) cookieToButtonMapping; in setCookieMappingInDictionary:() argument
43 NSMutableDictionary* hotKeyRemoteEventMapping;
33 NSMutableDictionary *metaValues;38 - (void)parseXML:(NSData*)data intoDictionary:(NSMutableDictionary*)dict; in parseXML:intoDictionary:() argument
32 NSMutableDictionary *mdiValues;41 - (void)parseXML:(NSData*)data intoDictionary:(NSMutableDictionary*)dict; in parseXML:intoDictionary:() argument
54 NSMutableDictionary *tempDict = [NSMutableDictionary new];85 - (void)parseXML:(NSData*)data intoDictionary:(NSMutableDictionary*)dict
41 NSMutableDictionary *temp = [NSMutableDictionary new];73 …tring*)pathToFile contentType:(NSString*)contentTypeUTI attributes:(NSMutableDictionary*)attributes
31 …ring*)pathToFile contentType:(NSString*)contentTypeUTI attributes:(NSMutableDictionary*)attributes; in importDocument:contentType:attributes:() argument
55 attributes:(NSMutableDictionary*)attributes];
41 - (void)parseXML:(NSData*)data intoDictionary:(NSMutableDictionary*)dict
80 cookieToButtonMapping = [[NSMutableDictionary alloc] init];108 - (void) setCookieMappingInDictionary: (NSMutableDictionary*) cookieToButtonMapping { argument
40 - (void) setCookieMappingInDictionary: (NSMutableDictionary*) _cookieToButtonMapping { argument
56 - (void) setCookieMappingInDictionary: (NSMutableDictionary*) _cookieToButtonMapping
67 hotKeyRemoteEventMapping = [[NSMutableDictionary alloc] init];
563 NSMutableDictionary* pPrintDict = [mpPrintInfo dictionary]; in StartJob()
Completed in 66 milliseconds