OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGtk
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/Scripts/
build-jsc
70
} elsif (
isGtk
()) {
run-launcher
67
if (
isGtk
()) {
build-dumprendertree
73
} elsif (isQt() ||
isGtk
() || isWx() || isChromium()) {
build-webkit
138
define => "ENABLE_BLOB", default => (isAppleMacWebKit() ||
isGtk
()), value => \$blobSupport },
177
define => "ENABLE_FILTERS", default => (isAppleWebKit() ||
isGtk
() || isQt() || isEfl()), value => \$filtersSupport },
180
define => "ENABLE_FULLSCREEN_API", default => (isAppleMacWebKit() ||
isGtk
()), value => \$fullscreenAPISupport },
183
define => "ENABLE_GEOLOCATION", default => (isAppleWebKit() ||
isGtk
()), value => \$geolocationSupport },
246
define => "ENABLE_SHARED_WORKERS", default => (isAppleWebKit() ||
isGtk
()), value => \$sharedWorkersSupport },
276
define => "ENABLE_VIDEO", default => (isAppleWebKit() ||
isGtk
()), value => \$videoSupport },
294
define => "ENABLE_WORKERS", default => (isAppleWebKit() ||
isGtk
()), value => \$workersSupport },
444
if (
isGtk
()) {
578
if ((
isGtk
() || isQt()) && $dir ne "Source/WebKit") {
584
if (
isGtk
()) {
[
all
...]
old-run-webkit-tests
236
} elsif (
isGtk
()) {
411
$useRemoteLinksToTests = 0 if
isGtk
();
416
$productDir .= "/Programs" if
isGtk
();
[
all
...]
webkitdirs.pm
68
my $
isGtk
;
284
push(@args, '--gtk') if
isGtk
();
309
return ($ENV{"WEBKITOUTPUTDIR"} && (
isGtk
() || isEfl())) || isSymbian() || isAppleWinWebKit();
371
$productDir .= "/Programs" if (
isGtk
() || isEfl());
631
if (
isGtk
()) {
768
if (
isGtk
() || isWx() || isEfl()) {
798
sub
isGtk
()
801
return $
isGtk
;
806
return if defined($
isGtk
);
807
$
isGtk
= checkForArgumentAndRemoveFromARGV("--gtk")
[
all
...]
Completed in 29 milliseconds