OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SupportsType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h
41
enum
SupportsType
{ IsNotSupported, IsSupported, MayBeSupported };
43
virtual
SupportsType
supportsMIMEType(const blink::WebString& mimeType) = 0;
44
virtual
SupportsType
supportsImageMIMEType(const blink::WebString& mimeType) = 0;
45
virtual
SupportsType
supportsJavaScriptMIMEType(const blink::WebString& mimeType) = 0;
46
virtual
SupportsType
supportsMediaMIMEType(const blink::WebString& mimeType, const blink::WebString& codecs, const blink::WebString& keySystem) = 0;
50
virtual
SupportsType
supportsNonImageMIMEType(const blink::WebString& mimeType) = 0;
/external/chromium_org/content/common/
plugin_list.cc
333
if (
SupportsType
(plugins_list_[i], mime_type, allow_wildcard)) {
367
bool PluginList::
SupportsType
(const WebPluginInfo& plugin,
Completed in 29 milliseconds