Searched defs:supports (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageFullScreenClient.cpp48 bool supports = true;
49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports); local
50 return supports;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFullScreenManagerProxy.cpp102 void WebFullScreenManagerProxy::supportsFullScreen(bool withKeyboard, bool& supports) argument
105 supports = false;
107 supports = true;
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DExtensions3DOpenGL.cpp54 bool Extensions3DOpenGL::supports(const String& name) function in class:WebCore::Extensions3DOpenGL
84 // Desktop GL always supports GL_OES_rgb8_rgba8.
97 // Desktop GL always supports the standard derivative functions
117 ASSERT_UNUSED(name, supports(name));
129 return supports(name);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DExtensions3DQt.cpp45 bool Extensions3DQt::supports(const String&) function in class:WebCore::Extensions3DQt
52 ASSERT(supports(name));
57 return supports(name);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCaps.java45 * supports.
55 * OpenGL ES: Renderer supports OpenGL ES 2.0.
243 public static boolean supports(Collection<Caps> caps, Texture tex){ method in class:Caps
280 public static boolean supports(Collection<Caps> caps, FrameBuffer fb){ method in class:Caps
334 public static boolean supports(Collection<Caps> caps, Shader shader){ method in class:Caps
/external/webkit/Source/WebKit/chromium/src/
H A DExtensions3DChromium.cpp46 bool Extensions3DChromium::supports(const String& name) function in class:WebCore::Extensions3DChromium
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java263 public final boolean supports(String feature, String version) method in class:DTMNodeProxy
1438 * object that supports at least one version of the feature.
1489 * object that supports at least one version of the feature.
1961 * <code>Document</code> supports the feature "HTML" , the base URI is
2028 * <br>Beware that when the <code>Document</code> supports the feature
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 830 milliseconds