HomeSort by relevance Sort by last modified time
    Searched refs:MIME (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/plugins/mac/
PluginDataMac.mm 51 while (NSString* MIME = [MIMETypeEnumerator nextObject]) {
52 MimeClassInfo* mime = new MimeClassInfo;
53 pluginInfo->mimes.append(mime);
54 mime->type = String(MIME).lower();
55 mime->suffixes = [[plugin extensionsForMIMEType:MIME] componentsJoinedByString:@","];
56 mime->desc = [plugin descriptionForMIMEType:MIME];
57 mime->plugin = pluginInfo
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.h 55 MIMEType:(NSString *)MIME
WebHostedNetscapePluginView.mm 72 MIMEType:(NSString *)MIME
78 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.mm 153 NSString *MIME, *description;
156 while ((MIME = [keyEnumerator nextObject]) != nil) {
157 MIMEDictionary = [MIMETypes objectForKey:MIME];
159 // FIXME: Consider storing disabled MIME types.
168 MIME = [MIME lowercaseString];
170 [MIMEToExtensionsDictionary setObject:extensions forKey:MIME];
176 [MIMEToDescriptionDictionary setObject:description forKey:MIME];
234 // Check if the MIME types are claimed in a plist in the user's preferences directory.
249 // Pass the MIME dictionary to the superclass to parse it
    [all...]
WebBaseNetscapePluginView.h 83 MIMEType:(NSString *)MIME
WebNetscapePluginPackage.mm 155 NSString *MIME, *extensionsList, *description;
163 MIME = [[self stringForStringListID:MIMEListStringStringNumber
165 if (!MIME)
171 [MIMEToExtensionsDictionary setObject:extensions forKey:MIME];
174 [MIMEToExtensionsDictionary setObject:[NSArray arrayWithObject:@""] forKey:MIME];
179 [MIMEToDescriptionDictionary setObject:description forKey:MIME];
181 [MIMEToDescriptionDictionary setObject:@"" forKey:MIME];
WebNetscapePluginView.h 117 MIMEType:(NSString *)MIME
WebBaseNetscapePluginView.mm 128 MIMEType:(NSString *)MIME
142 _MIMEType.adoptNS([MIME copy]);
WebNetscapePluginView.mm     [all...]
  /external/icu4c/data/mappings/
ucmcore.mk 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 38 use MIME::Base64;
125 my ($user,$pass) = split ":", MIME::Base64::decode($1);
  /external/webkit/WebKitTools/Scripts/
svn-apply 68 use MIME::Base64;
svn-create-patch 53 use MIME::Base64;
151 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die;
276 print "svn:mime-type = ${mimeType}\n\n";
  /external/icu4c/data/
makedata.mak 195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
  /prebuilt/common/ant/
ant.jar 

Completed in 3494 milliseconds