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

  /external/chromium_org/webkit/glue/
simple_webmimeregistry_impl.cc 27 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
33 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
40 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
48 return IsNotSupported;
56 return IsNotSupported;
63 return IsNotSupported;
70 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported;
  /external/chromium/webkit/glue/
simple_webmimeregistry_impl.cc 34 return WebMimeRegistry::IsNotSupported;
41 return WebMimeRegistry::IsNotSupported;
48 return WebMimeRegistry::IsNotSupported;
56 return IsNotSupported;
71 return IsNotSupported;
90 return WebMimeRegistry::IsNotSupported;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
MIMETypeRegistryChromium.cpp 73 != WebKit::WebMimeRegistry::IsNotSupported;
93 != WebKit::WebMimeRegistry::IsNotSupported;
99 != WebKit::WebMimeRegistry::IsNotSupported;
  /external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h 41 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 399 return IsNotSupported;
406 return IsNotSupported;
414 return IsNotSupported;
429 return IsNotSupported;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 211 return supported > WebMimeRegistry::IsNotSupported;
222 return WebMimeRegistry::IsNotSupported;
231 return WebMimeRegistry::IsNotSupported;
236 return WebMimeRegistry::IsNotSupported;
632 case WebMimeRegistry::IsNotSupported:
    [all...]

Completed in 1094 milliseconds