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/Source/platform/graphics/
Image.cpp
76
bool Image::
supportsType
(const String& type)
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp
213
WebMimeRegistry::
SupportsType
supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
220
WebMimeRegistry::
SupportsType
HTMLMediaElement::
supportsType
(const ContentType& contentType, const String& keySystem)
590
WebMimeRegistry::
SupportsType
support =
supportsType
(ContentType(mimeType), keySystem);
[
all
...]
Completed in 85 milliseconds