HomeSort by relevance Sort by last modified time
    Searched refs:IsSupported (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/WebKit/chromium/public/
WebMimeRegistry.h 42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
  /external/webkit/WebCore/platform/wx/
PasteboardWx.cpp 86 if (allowPlainText && wxTheClipboard->IsSupported( wxDF_TEXT )) {
  /external/v8/test/cctest/
test-assembler-ia32.cc 176 CHECK(CpuFeatures::IsSupported(SSE2));
210 CHECK(CpuFeatures::IsSupported(SSE2));
263 CHECK(CpuFeatures::IsSupported(SSE2));
308 CHECK(CpuFeatures::IsSupported(SSE2));
test-disasm-ia32.cc 110 CHECK(CpuFeatures::IsSupported(CPUID));
115 CHECK(CpuFeatures::IsSupported(RDTSC));
362 CHECK(CpuFeatures::IsSupported(SSE2));
383 CHECK(CpuFeatures::IsSupported(CMOV));
test-assembler-arm.cc 242 if (CpuFeatures::IsSupported(VFP3)) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
AllTests.java 76 suite.addTestSuite(IsSupported.class);
IsSupported.java 17 * The "feature" parameter in the isSupported(feature,version)" method is the
24 * "isSupported(feature,version)" method is invoked with "feature" equal to
34 public final class IsSupported extends DOMTestCase {
65 notes = "Verifies that isSupported method returns false.",
66 method = "isSupported",
75 state = rootNode.isSupported("XXX", "1.0");
80 notes = "Verifies that isSupported method returns false value.",
81 method = "isSupported",
90 state = rootNode.isSupported("XML", "9.0");
95 notes = "Verifies that isSupported method returns true value."
    [all...]
  /external/webkit/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 388 case WebMimeRegistry::IsSupported:
389 return MediaPlayer::IsSupported;
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 130 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
  /external/v8/src/arm/
assembler-arm.h 471 static bool IsSupported(CpuFeature f) {
486 ASSERT(CpuFeatures::IsSupported(f));
    [all...]
assembler-thumb2.h 471 static bool IsSupported(CpuFeature f) {
486 ASSERT(CpuFeatures::IsSupported(f));
    [all...]
codegen-arm.cc     [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 357 // if (CpuFeatures::IsSupported(SSE2)) {
369 static bool IsSupported(CpuFeature f) {
386 ASSERT(CpuFeatures::IsSupported(f));
codegen-ia32.h 698 use_sse3_ = CpuFeatures::IsSupported(SSE3);
    [all...]
codegen-ia32.cc 890 if (CpuFeatures::IsSupported(SSE2) && ((op_ == Token::ADD) ||
    [all...]
macro-assembler-ia32.cc 375 if (CpuFeatures::IsSupported(CMOV)) {
    [all...]
  /external/v8/src/x64/
codegen-x64.h 666 use_sse3_ = CpuFeatures::IsSupported(SSE3);
assembler-x64.h 330 // if (CpuFeatures::IsSupported(SSE3)) {
342 static bool IsSupported(CpuFeature f) {
360 ASSERT(CpuFeatures::IsSupported(f));
    [all...]
assembler-x64.cc 133 ASSERT(IsSupported(CPUID));
134 ASSERT(IsSupported(SSE2));
135 ASSERT(IsSupported(CMOV));
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 639 // only return "IsSupported" if there is no codecs parameter for now as there is no way to ask QT if it supports an
641 return mimeTypeCache().contains(type) ? (codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported) : MediaPlayer::IsNotSupported;
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/WebCore/html/
HTMLMediaElement.cpp 416 case MediaPlayer::IsSupported:
    [all...]

Completed in 1489 milliseconds

1 2