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

  /external/webkit/WebKitTools/Scripts/webkitperl/
features.pm 39 @EXPORT = qw(&checkWebCoreFeatureSupport
82 sub checkWebCoreFeatureSupport($$)
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 424 if (!checkWebCoreFeatureSupport("MathML", 0)) {
429 if (checkWebCoreFeatureSupport("SVG", 0)) {
447 if (!checkWebCoreFeatureSupport("Accelerated Compositing", 0)) {
451 if (!checkWebCoreFeatureSupport("3D Rendering", 0)) {
456 if (!checkWebCoreFeatureSupport("3D Canvas", 0)) {
460 if (checkWebCoreFeatureSupport("WML", 0)) {
468 if (!checkWebCoreFeatureSupport("XHTMLMP", 0)) {
    [all...]

Completed in 23 milliseconds