OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSupportedMediaSourceMIMEType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h
66
static bool
isSupportedMediaSourceMIMEType
(const String& mimeType, const String& codecs);
MIMETypeRegistry.cpp
108
bool MIMETypeRegistry::
isSupportedMediaSourceMIMEType
(const String& mimeType, const String& codecs)
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp
254
return MIMETypeRegistry::
isSupportedMediaSourceMIMEType
(contentType.type(), codecs);
Completed in 3798 milliseconds