Lines Matching full:self
67 WebCoreObjCFinalizeOnMainThread(self);
120 if (!(self = [super init]))
123 path = [[self pathByResolvingSymlinksAndAliasesInPath:pluginPath] retain];
128 [self release];
135 return self;
179 [self setMIMEToExtensionsDictionary:MIMEToExtensionsDictionary];
180 [self setMIMEToDescriptionDictionary:MIMEToDescriptionDictionary];
182 NSString *filename = [self filename];
187 [self setName:theName];
192 [self setPluginDescription:description];
203 if ([self load] && BP_CreatePluginMIMETypesPreferences) {
205 [self unload];
212 [self createPropertyListFile];
237 NSDictionary *pList = [self pListForPath:pListPath createFile:NO];
241 if (![localizationName isEqualToString:[[self class] preferredLocalizationName]])
242 pList = [self pListForPath:pListPath createFile:YES];
246 MIMETypes = [[self pListForPath:pListPath createFile:YES] objectForKey:WebPluginMIMETypesKey];
250 return [self getPluginInfoFromBundleAndMIMEDictionary:MIMETypes];
398 NSString *bundleIdentifier = [[self bundle] bundleIdentifier];
405 NSString *bundleIdentifier = [[self bundle] bundleIdentifier];
519 NSMutableArray *lowercaseStrings = [NSMutableArray arrayWithCapacity:[self count]];
520 NSEnumerator *strings = [self objectEnumerator];