Searched refs:URLScheme (Results 1 – 19 of 19) sorted by relevance
135 + (NSString *)_generatedMIMETypeForURLScheme:(NSString *)URLScheme;136 + (BOOL)_representationExistsForURLScheme:(NSString *)URLScheme;
318 …(Class)viewClass representationClass:(Class)representationClass forURLScheme:(NSString *)URLScheme;
1730 …:(Class)viewClass representationClass:(Class)representationClass forURLScheme:(NSString *)URLScheme1732 NSString *MIMEType = [self _generatedMIMETypeForURLScheme:URLScheme];1746 [schemesWithRepresentationsSet addObject:[[[URLScheme lowercaseString] copy] autorelease]];1749 + (NSString *)_generatedMIMETypeForURLScheme:(NSString *)URLScheme1751 return [@"x-apple-web-kit/" stringByAppendingString:[URLScheme lowercaseString]];1754 + (BOOL)_representationExistsForURLScheme:(NSString *)URLScheme1756 return [schemesWithRepresentationsSet containsObject:[URLScheme lowercaseString]];
134 virtual bool representationExistsForURLScheme(const String& URLScheme) const;135 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
376 bool FrameLoaderClientHaiku::representationExistsForURLScheme(const String& URLScheme) const in representationExistsForURLScheme()382 String FrameLoaderClientHaiku::generatedMIMETypeForURLScheme(const String& URLScheme) const in generatedMIMETypeForURLScheme()
158 virtual bool representationExistsForURLScheme(const String& URLScheme) const;159 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
825 String FrameLoaderClientAndroid::generatedMIMETypeForURLScheme(const String& URLScheme) const { in generatedMIMETypeForURLScheme()828 mimetype.append(URLScheme.lower()); in generatedMIMETypeForURLScheme()
136 virtual bool representationExistsForURLScheme(const String& URLScheme) const;137 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
463 bool FrameLoaderClientWx::representationExistsForURLScheme(const String& URLScheme) const in representationExistsForURLScheme()470 String FrameLoaderClientWx::generatedMIMETypeForURLScheme(const String& URLScheme) const in generatedMIMETypeForURLScheme()
178 virtual bool representationExistsForURLScheme(const String& URLScheme) const;179 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
157 virtual bool representationExistsForURLScheme(const String& URLScheme) const;158 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const;
1009 bool WebFrameLoaderClient::representationExistsForURLScheme(const String& URLScheme) const in representationExistsForURLScheme()1015 String WebFrameLoaderClient::generatedMIMETypeForURLScheme(const String& URLScheme) const in generatedMIMETypeForURLScheme()
159 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;160 virtual WTF::String generatedMIMETypeForURLScheme(const WTF::String& URLScheme) const;
220 virtual bool representationExistsForURLScheme(const String& URLScheme) const = 0;221 virtual String generatedMIMETypeForURLScheme(const String& URLScheme) const = 0;
179 bool representationExistsForURLScheme(const String& URLScheme);180 String generatedMIMETypeForURLScheme(const String& URLScheme);
2281 bool FrameLoader::representationExistsForURLScheme(const String& URLScheme) in representationExistsForURLScheme() argument2283 return m_client->representationExistsForURLScheme(URLScheme); in representationExistsForURLScheme()2286 String FrameLoader::generatedMIMETypeForURLScheme(const String& URLScheme) in generatedMIMETypeForURLScheme() argument2288 return m_client->generatedMIMETypeForURLScheme(URLScheme); in generatedMIMETypeForURLScheme()
188 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;189 virtual WTF::String generatedMIMETypeForURLScheme(const WTF::String& URLScheme) const;
1068 bool WebFrameLoaderClient::representationExistsForURLScheme(const String& URLScheme) const1070 return [WebView _representationExistsForURLScheme:URLScheme];1073 String WebFrameLoaderClient::generatedMIMETypeForURLScheme(const String& URLScheme) const1075 return [WebView _generatedMIMETypeForURLScheme:URLScheme];
313 virtual bool representationExistsForURLScheme(const WTF::String& URLScheme) const;314 virtual WTF::String generatedMIMETypeForURLScheme(const WTF::String& URLScheme) const;