Home | History | Annotate | Download | only in Plugins

Lines Matching refs:pList

214     NSDictionary *pList = nil;
217 pList = [NSPropertyListSerialization propertyListFromData:data
223 return pList;
234 // Check if the MIME types are claimed in a plist in the user's preferences directory.
237 NSDictionary *pList = [self pListForPath:pListPath createFile:NO];
238 if (pList) {
239 // If the plist isn't localized, have the plug-in recreate it in the preferred language.
240 NSString *localizationName = [pList objectForKey:WebPluginLocalizationNameKey];
242 pList = [self pListForPath:pListPath createFile:YES];
243 MIMETypes = [pList objectForKey:WebPluginMIMETypesKey];
245 // Plist doesn't exist, ask the plug-in to create it.