Searched defs:SupportsType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebMimeRegistry.h42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum in class:WebKit::WebMimeRegistry
44 virtual SupportsType supportsMIMEType(const WebString& mimeType) = 0;
45 virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0;
46 virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0;
47 virtual SupportsType supportsMediaMIMEType(const WebString& mimeType,
49 virtual SupportsType supportsNonImageMIMEType(const WebString& mimeType) = 0;
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enum in class:WebCore::MediaPlayer
172 static MediaPlayer::SupportsType supportsType(const ContentType&);
344 typedef MediaPlayer::SupportsType (*MediaEngineSupportsType)(const String& type, const String& codecs);

Completed in 63 milliseconds