Home
last modified time | relevance | path

Searched refs:pathExtension (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/Plugins/
DPluginInfoStore.cpp173 static inline String pathExtension(const KURL& url) in pathExtension() function
205 String extension = pathExtension(url).lower(); in findPlugin()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginPackage.mm55 if (![[pluginPath pathExtension] _webkit_isCaseInsensitiveEqualToString:@"webplugin"]) {
/external/webkit/Source/WebCore/platform/mac/
DWebCoreNSStringExtras.mm91 if (!stringIsCaseInsensitiveEqualToString([path pathExtension], @"lproj"))
DHTMLConverter.mm809 …if (flag && fileWrapper && [[[[fileWrapper preferredFilename] pathExtension] lowercaseString] hasP…
814 …if (flag && fileWrapper && [[[[fileWrapper preferredFilename] pathExtension] lowercaseString] hasP…
/external/webkit/Source/WebCore/loader/mac/
DLoaderNSURLExtras.mm70 extension = [filename pathExtension];
/external/webkit/Source/WebCore/platform/network/mac/
DWebCoreURLResponse.mm528 …ntainsValue(binaryExtensions, (CFStringRef) [[suggestedFilename.get() pathExtension] lowercaseStri…
/external/webkit/Source/WebKit/mac/Misc/
DWebIconDatabase.mm344 NSString *suffix = [path pathExtension];
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1474 NSString *extension = [[URL path] pathExtension];
1720 NSString *extension = [[pluginURL path] pathExtension];
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm1233 NSString *extension = [path pathExtension];
DWebHTMLView.mm688 NSString *MIMEType = WKGetMIMETypeForExtension([path pathExtension]);
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1641564 (WebKit::pathExtension):