Searched refs:supports (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDOMWindowCSS.idl36 boolean supports(DOMString property, DOMString value);
37 boolean supports(DOMString conditionText);
H A DDOMWindowCSS.h45 bool supports(const String& property, const String& value) const;
46 bool supports(const String& conditionText) const;
H A DDOMWindowCSS.cpp60 bool DOMWindowCSS::supports(const String& property, const String& value) const function in class:WebCore::DOMWindowCSS
68 // so just get rid of it. It doesn't matter to supports() if it's actually
80 bool DOMWindowCSS::supports(const String& conditionText) const function in class:WebCore::DOMWindowCSS
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLDepthTexture.cpp58 return extensions->supports("GL_CHROMIUM_depth_texture")
59 || extensions->supports("GL_OES_depth_texture")
60 || extensions->supports("GL_ARB_depth_texture");
H A DWebGLCompressedTextureS3TC.cpp66 return extensions->supports("GL_EXT_texture_compression_s3tc")
67 || (extensions->supports("GL_EXT_texture_compression_dxt1")
68 && extensions->supports("GL_CHROMIUM_texture_compression_dxt3")
69 && extensions->supports("GL_CHROMIUM_texture_compression_dxt5"));
H A DWebGLCompressedTextureATC.cpp61 return extensions->supports("GL_AMD_compressed_ATC_texture");
H A DWebGLCompressedTexturePVRTC.cpp63 return extensions->supports("GL_IMG_texture_compression_pvrtc");
H A DEXTDrawBuffers.cpp63 return (extensions->supports("GL_EXT_draw_buffers")
118 bool supportsDepth = (context->getExtensions()->supports("GL_CHROMIUM_depth_texture")
119 || context->getExtensions()->supports("GL_OES_depth_texture")
120 || context->getExtensions()->supports("GL_ARB_depth_texture"));
121 bool supportsDepthStencil = (context->getExtensions()->supports("GL_EXT_packed_depth_stencil")
122 || context->getExtensions()->supports("GL_OES_packed_depth_stencil"));
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DRootDSE.pm60 Returns true if the server supports all of the specified
65 Returns true if the server supports all of the specified
70 Returns true if the server supports all of the specified
75 Returns true if the server supports all of the specified
80 Returns true if the server supports all of the specified
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFullScreenClient.cpp50 bool supports = true;
51 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports); local
52 return supports;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebFullScreenManagerProxy.cpp91 void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports) argument
93 supports = !withKeyboard;
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dalpha.h98 # error What gives? Fix me if DEC Unix supports ELF now.
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt10 supports. In addition to reordering, the PGBA includes cursor movement
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DMSSQL.pm35 This subclass supports MSSQL connected via L<DBD::Sybase>.
H A DMicrosoft_SQL_Server.pm67 This subclass supports MSSQL server connections via L<DBD::Sybase>.
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/
H A DJSONRPC.pm21 This package remains to guide to the new module C<JSON::RPC> which supports both
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/
H A DJSONRPC.pm21 This package remains to guide to the new module C<JSON::RPC> which supports both
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DExtensions3DOpenGLCommon.h43 virtual bool supports(const String&);
H A DExtensions3DOpenGLCommon.cpp103 bool Extensions3DOpenGLCommon::supports(const String& name) function in class:WebCore::Extensions3DOpenGLCommon
139 return supports(name);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dpaned1.rb25 If your Tk library linked to Ruby doesn't include a 'panedwindow', this demo doesn't work. Please use later version of Tk which supports a 'panedwindow'.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/
H A DNoBindVars.pm26 This subclass supports MSSQL server connections via DBD::Sybase when ? style
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFECustomFilter.cpp241 || !extensions->supports("GL_ANGLE_framebuffer_multisample")
242 || !extensions->supports("GL_ANGLE_framebuffer_blit")
243 || !extensions->supports("GL_OES_rgb8_rgba8"))
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dprivate.h143 Please use a compiler that supports a 64-bit integer type (or wider);
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dprivate.h162 Please use a compiler that supports a 64-bit integer type (or wider);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DDrawingBuffer.cpp56 && extensions->supports("GL_ANGLE_framebuffer_blit")
57 && extensions->supports("GL_ANGLE_framebuffer_multisample")
58 && extensions->supports("GL_OES_rgb8_rgba8");
64 bool packedDepthStencilSupported = extensions->supports("GL_OES_packed_depth_stencil");

Completed in 299 milliseconds

1234567891011>>