Searched refs:windowToPanel (Results 1 – 2 of 2) sorted by relevance
53 windowToPanel = [[NSMutableDictionary alloc] init];62 [windowToPanel release];109 if ([windowToPanel objectForKey:window] != nil) {126 [windowToPanel _webkit_setObject:panel forUncopiedKey:window];140 WebAuthenticationPanel *panel = [windowToPanel objectForKey:window];150 [windowToPanel removeObjectForKey:window];
36 NSMutableDictionary *windowToPanel; variable