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

  /external/webkit/Tools/Scripts/webkitperl/
features.pm 39 @EXPORT = qw(&checkWebCoreFeatureSupport
83 sub checkWebCoreFeatureSupport($$)
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 503 if (!checkWebCoreFeatureSupport("MathML", 0)) {
508 if (checkWebCoreFeatureSupport("SVG", 0)) {
545 $hasAcceleratedCompositing = checkWebCoreFeatureSupport("Accelerated Compositing", 0);
546 $has3DRendering = checkWebCoreFeatureSupport("3D Rendering", 0);
588 if (!checkWebCoreFeatureSupport("3D Canvas", 0)) {
594 if (checkWebCoreFeatureSupport("WML", 0)) {
602 if (!checkWebCoreFeatureSupport("WCSS", 0)) {
606 if (!checkWebCoreFeatureSupport("XHTMLMP", 0)) {
    [all...]

Completed in 2852 milliseconds