HomeSort by relevance Sort by last modified time
    Searched refs:WebMimeRegistry (Results 1 - 18 of 18) sorted by null

  /external/chromium/webkit/glue/
simple_webmimeregistry_impl.h 8 #include "third_party/WebKit/Source/WebKit/chromium/public/WebMimeRegistry.h"
12 class SimpleWebMimeRegistryImpl : public WebKit::WebMimeRegistry {
17 // WebMimeRegistry methods:
18 virtual WebKit::WebMimeRegistry::SupportsType supportsMIMEType(
20 virtual WebKit::WebMimeRegistry::SupportsType supportsImageMIMEType(
22 virtual WebKit::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
24 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
26 virtual WebKit::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
simple_webmimeregistry_impl.cc 15 using WebKit::WebMimeRegistry;
31 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(
34 return WebMimeRegistry::IsNotSupported;
35 return WebMimeRegistry::IsSupported;
38 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsImageMIMEType(
41 return WebMimeRegistry::IsNotSupported;
42 return WebMimeRegistry::IsSupported;
45 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsJavaScriptMIMEType(
48 return WebMimeRegistry::IsNotSupported;
49 return WebMimeRegistry::IsSupported
    [all...]
  /external/chromium_org/webkit/glue/
simple_webmimeregistry_impl.cc 15 using blink::WebMimeRegistry;
24 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType(
27 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
30 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsImageMIMEType(
33 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
36 WebMimeRegistry::SupportsType
40 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported
    [all...]
simple_webmimeregistry_impl.h 11 #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
17 NON_EXPORTED_BASE(public blink::WebMimeRegistry) {
26 // WebMimeRegistry methods:
27 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
29 virtual blink::WebMimeRegistry::SupportsType supportsImageMIMEType(
31 virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
33 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
39 virtual blink::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h 11 #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
32 public blink::WebMimeRegistry {
42 virtual blink::WebMimeRegistry* mimeRegistry();
78 // WebMimeRegistry methods:
79 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
81 virtual blink::WebMimeRegistry::SupportsType supportsImageMIMEType(
83 virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
85 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
92 virtual blink::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
worker_webkitplatformsupport_impl.cc 41 using blink::WebMimeRegistry;
104 WebMimeRegistry* WorkerWebKitPlatformSupportImpl::mimeRegistry() {
223 WebMimeRegistry::SupportsType
226 return WebMimeRegistry::IsSupported;
229 WebMimeRegistry::SupportsType
233 return WebMimeRegistry::IsSupported;
236 WebMimeRegistry::SupportsType
239 return WebMimeRegistry::IsSupported;
242 WebMimeRegistry::SupportsType
246 return WebMimeRegistry::IsSupported
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h 39 class WebMimeRegistry {
57 ~WebMimeRegistry() { }
Platform.h 78 class WebMimeRegistry;
125 virtual WebMimeRegistry* mimeRegistry() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.cpp 37 #include "public/platform/WebMimeRegistry.h"
73 != blink::WebMimeRegistry::IsNotSupported;
93 != blink::WebMimeRegistry::IsNotSupported;
99 != blink::WebMimeRegistry::IsNotSupported;
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h 24 virtual blink::WebMimeRegistry* mimeRegistry();
ppapi_webkitplatformsupport_impl.cc 155 blink::WebMimeRegistry* PpapiWebKitPlatformSupportImpl::mimeRegistry() {
  /external/chromium_org/content/test/
test_webkit_platform_support.h 32 virtual blink::WebMimeRegistry* mimeRegistry();
test_webkit_platform_support.cc 115 blink::WebMimeRegistry* TestWebKitPlatformSupport::mimeRegistry() {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 93 using blink::WebMimeRegistry;
213 WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
214 return supported > WebMimeRegistry::IsNotSupported;
220 WebMimeRegistry::SupportsType HTMLMediaElement::supportsType(const ContentType& contentType, const String& keySystem)
225 return WebMimeRegistry::IsNotSupported;
234 return WebMimeRegistry::IsNotSupported;
239 return WebMimeRegistry::IsNotSupported;
590 WebMimeRegistry::SupportsType support = supportsType(ContentType(mimeType), keySystem);
596 case WebMimeRegistry::IsNotSupported:
599 case WebMimeRegistry::MayBeSupported
    [all...]
HTMLMediaElement.h 38 #include "public/platform/WebMimeRegistry.h"
77 static blink::WebMimeRegistry::SupportsType supportsType(const ContentType&, const String& keySystem = String());
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 121 using blink::WebMimeRegistry;
144 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
245 blink::WebMimeRegistry* RendererWebKitPlatformSupportImpl::mimeRegistry() {
384 WebMimeRegistry::SupportsType
    [all...]
renderer_webkitplatformsupport_impl.h 58 virtual blink::WebMimeRegistry* mimeRegistry();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 62 #include "public/platform/WebMimeRegistry.h"
465 if (blink::Platform::current()->mimeRegistry()->supportsMIMEType(mimeType) == blink::WebMimeRegistry::IsSupported)
    [all...]

Completed in 131 milliseconds