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

  /external/webkit/Tools/Scripts/
build-jsc 72 } elsif (isQt()) {
build-webkittestrunner 66 } elsif (isQt()) {
run-launcher 48 if (isQt()) {
build-dumprendertree 73 } elsif (isQt() || isGtk() || isWx() || isChromium()) {
build-webkit 177 define => "ENABLE_FILTERS", default => (isAppleWebKit() || isGtk() || isQt() || isEfl()), value => \$filtersSupport },
270 define => "ENABLE_TILED_BACKING_STORE", default => isQt(), value => \$tiledBackingStoreSupport },
273 define => "ENABLE_TOUCH_EVENTS", default => isQt(), value => \$touchEventsSupport },
307 if (isQt()) {
409 File::Find::find(sub {unlink $File::Find::name if $File::Find::name =~ m/Makefile/;}, $productDir) if (isQt() && !isSymbian() && -e $productDir);
412 File::Find::find(\&unlinkZeroFiles, $productDir) if (isQt() && !isSymbian() && -e $productDir);
432 if (!isQt() && !-d "WebKitLibraries") {
519 } elsif (isQt()) {
578 if ((isGtk() || isQt()) && $dir ne "Source/WebKit") {
586 } elsif (isQt()) {
    [all...]
old-run-webkit-tests 226 } elsif (isQt()) {
252 if (isQt() || isAppleWinWebKit()) {
384 } elsif (isQt()) {
415 $productDir .= "/bin" if isQt();
    [all...]
webkitdirs.pm 64 my $isQt;
282 push(@args, '--qt') if isQt();
369 $productDir .= "/JavaScriptCore" if isQt();
370 $productDir .= "/$configuration" if (isQt() && isWindows());
605 if (isQt()) {
683 sub isQt()
686 return $isQt;
759 return if defined($isQt);
763 $isQt = 1;
769 $isQt = 0
    [all...]

Completed in 2163 milliseconds