Searched refs:URLScheme (Results 1 – 15 of 15) sorted by relevance
131 virtual bool representationExistsForURLScheme(const String& URLScheme) const;132 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
428 bool FrameLoaderClientWx::representationExistsForURLScheme(const String& URLScheme) const in representationExistsForURLScheme()435 String FrameLoaderClientWx::generatedMIMETypeForURLScheme(const String& URLScheme) const in generatedMIMETypeForURLScheme()
147 virtual bool representationExistsForURLScheme(const String& URLScheme) const;148 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
667 String FrameLoaderClientAndroid::generatedMIMETypeForURLScheme(const String& URLScheme) const { in generatedMIMETypeForURLScheme()670 mimetype.append(URLScheme.lower()); in generatedMIMETypeForURLScheme()
166 virtual bool representationExistsForURLScheme(const String& URLScheme) const;167 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
517 bool FrameLoaderClientQt::representationExistsForURLScheme(const String& URLScheme) const in representationExistsForURLScheme()523 String FrameLoaderClientQt::generatedMIMETypeForURLScheme(const String& URLScheme) const in generatedMIMETypeForURLScheme()
180 virtual bool representationExistsForURLScheme(const String& URLScheme) const = 0;181 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const = 0;
236 bool representationExistsForURLScheme(const String& URLScheme);237 String generatedMIMETypeForURLScheme(const String& URLScheme);
3220 bool FrameLoader::representationExistsForURLScheme(const String& URLScheme) in representationExistsForURLScheme() argument3222 return m_client->representationExistsForURLScheme(URLScheme); in representationExistsForURLScheme()3225 String FrameLoader::generatedMIMETypeForURLScheme(const String& URLScheme) in generatedMIMETypeForURLScheme() argument3227 return m_client->generatedMIMETypeForURLScheme(URLScheme); in generatedMIMETypeForURLScheme()
165 virtual bool representationExistsForURLScheme(const WebCore::String& URLScheme) const;166 virtual WebCore::String generatedMIMETypeForURLScheme(const WebCore::String& URLScheme) const;
893 bool WebFrameLoaderClient::representationExistsForURLScheme(const String& URLScheme) const895 return [WebView _representationExistsForURLScheme:URLScheme];898 String WebFrameLoaderClient::generatedMIMETypeForURLScheme(const String& URLScheme) const900 return [WebView _generatedMIMETypeForURLScheme:URLScheme];
96 + (NSString *)_generatedMIMETypeForURLScheme:(NSString *)URLScheme;97 + (BOOL)_representationExistsForURLScheme:(NSString *)URLScheme;
251 …(Class)viewClass representationClass:(Class)representationClass forURLScheme:(NSString *)URLScheme;
1470 …(Class)viewClass representationClass:(Class)representationClass forURLScheme:(NSString *)URLScheme;1472 NSString *MIMEType = [self _generatedMIMETypeForURLScheme:URLScheme];1486 [schemesWithRepresentationsSet addObject:[[[URLScheme lowercaseString] copy] autorelease]];1489 + (NSString *)_generatedMIMETypeForURLScheme:(NSString *)URLScheme1491 return [@"x-apple-web-kit/" stringByAppendingString:[URLScheme lowercaseString]];1494 + (BOOL)_representationExistsForURLScheme:(NSString *)URLScheme1496 return [schemesWithRepresentationsSet containsObject:[URLScheme lowercaseString]];
253 virtual bool representationExistsForURLScheme(const WebCore::String& URLScheme) const;254 virtual WebCore::String generatedMIMETypeForURLScheme(const WebCore::String& URLScheme) const;