HomeSort by relevance Sort by last modified time
    Searched refs:WebMimeRegistry (Results 1 - 7 of 7) 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/webkit/Source/WebKit/chromium/public/
WebMimeRegistry.h 40 class WebMimeRegistry {
56 ~WebMimeRegistry() { }
WebKitClient.h 63 class WebMimeRegistry;
78 virtual WebMimeRegistry* mimeRegistry() { return 0; }
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 35 #include "WebMimeRegistry.h"
580 WebMimeRegistry::SupportsType supportsType =
586 case WebMimeRegistry::IsNotSupported:
588 case WebMimeRegistry::IsSupported:
590 case WebMimeRegistry::MayBeSupported:
PlatformBridge.cpp 51 #include "WebMimeRegistry.h"
560 != WebMimeRegistry::IsNotSupported;
566 != WebMimeRegistry::IsNotSupported;
572 != WebMimeRegistry::IsNotSupported;
    [all...]
FrameLoaderClientImpl.cpp 66 #include "WebMimeRegistry.h"
    [all...]

Completed in 220 milliseconds