Searched refs:isWx (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dbuild-jsc76 } elsif (isWx()) {
H A Drun-launcher75 if (isWx()) {
H A Dbuild-dumprendertree73 } elsif (isQt() || isGtk() || isWx() || isChromium()) {
H A Dwebkitdirs.pm71 my $isWx;
287 push(@args, '--wx') if isWx();
317 if (isAppleWinWebKit() && !isWx()) {
628 if (isWx()) {
768 if (isGtk() || isWx() || isEfl()) {
822 sub isWx() subroutine
825 return $isWx;
830 return if defined($isWx);
831 $isWx = checkForArgumentAndRemoveFromARGV("--wx");
948 return !(isQt() or isGtk() or isWx() o
[all...]
H A Dbuild-webkit546 if (isWx()) {
H A Dold-run-webkit-tests188 $testHTTP = 0 if (isWx());
238 } elsif (isWx()) {

Completed in 43 milliseconds