OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAppleMacWebKit
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Tools/Scripts/
show-pretty-diff
69
if (
isAppleMacWebKit
()) {
build-api-tests
62
if (
isAppleMacWebKit
()) {
build-jsc
66
if (
isAppleMacWebKit
()) {
build-webkittestrunner
62
if (
isAppleMacWebKit
()) {
build-dumprendertree
69
if (
isAppleMacWebKit
()) {
build-webkit
129
define => "ENABLE_WEBGL", default => (
isAppleMacWebKit
() && !isTiger() && !isLeopard()), value => \$threeDCanvasSupport },
132
define => "ENABLE_3D_RENDERING", default => (
isAppleMacWebKit
() && !isTiger()), value => \$threeDRenderingSupport },
138
define => "ENABLE_BLOB", default => (
isAppleMacWebKit
() || isGtk()), value => \$blobSupport },
180
define => "ENABLE_FULLSCREEN_API", default => (
isAppleMacWebKit
() || isGtk()), value => \$fullscreenAPISupport },
258
define => "ENABLE_SVG_DOM_OBJC_BINDINGS", default =>
isAppleMacWebKit
(), value => \$svgDOMObjCBindingsSupport },
452
} elsif (
isAppleMacWebKit
()) {
589
} elsif (
isAppleMacWebKit
()) {
run-javascriptcore-tests
116
if (
isAppleMacWebKit
() || isAppleWinWebKit()) {
run-api-tests
130
if (
isAppleMacWebKit
()) {
185
if (
isAppleMacWebKit
()) {
webkitdirs.pm
132
if (!defined($baseProductDir) and
isAppleMacWebKit
()) {
173
if (
isAppleMacWebKit
()) {
220
return unless
isAppleMacWebKit
();
504
if (
isAppleMacWebKit
()) {
548
return "$safariBundle/Contents/MacOS/Safari" if
isAppleMacWebKit
();
556
if (
isAppleMacWebKit
()) {
577
if (
isAppleMacWebKit
() && -d "$configurationProductDir/Safari.app") {
594
die "Can't find executable at $safariPath.\n" if
isAppleMacWebKit
() && !-x $safariPath;
645
if (
isAppleMacWebKit
()) {
664
push(@frameworks, "WebKit") if
isAppleMacWebKit
(); # FIXME: This seems wrong, all ports should have a WebKit these days
[
all
...]
old-run-webkit-tests
133
my $generateNewResults =
isAppleMacWebKit
() ? 1 : 0;
213
if (
isAppleMacWebKit
()) {
377
if (
isAppleMacWebKit
()) {
447
if (
isAppleMacWebKit
()) {
467
if (
isAppleMacWebKit
()) {
610
if (
isAppleMacWebKit
() && $platform ne "mac-wk2" && osXVersion()->{minor} >= 6 && architecture() =~ /x86_64/) {
[
all
...]
Completed in 317 milliseconds