Home | History | Annotate | Download | only in WebView

Lines Matching refs:extension

1082     NSString *extension = [path pathExtension];
1085 // Get the MIME type from the extension.
1086 if ([extension length] != 0) {
1087 MIMEType = WKGetMIMETypeForExtension(extension);
1090 // If we can't get a known MIME type from the extension, sniff.
2470 - (WebBasePluginPackage *)_pluginForExtension:(NSString *)extension
2475 WebBasePluginPackage *pluginPackage = [[WebPluginDatabase sharedDatabase] pluginForExtension:extension];
2480 return [_private->pluginDatabase pluginForExtension:extension];