Lines Matching full:self
47 self = [self init];
48 if (self != nil) {
52 return self;
76 [[self retain] autorelease];
105 if ([NSBundle loadNibNamed:WebAuthenticationPanelNibName owner:self]) {
120 [self loadNib];
220 [self setUpForChallenge:chall];
236 [self setUpForChallenge:chall];
241 [[NSApplication sharedApplication] beginSheet:panel modalForWindow:window modalDelegate:self didEndSelector:@selector(sheetDidEnd:returnCode:contextInfo:) contextInfo:NULL];