Home
last modified time | relevance | path

Searched refs:isAppleMacWebKit (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/
Dwebkitdirs.pm132 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 hav…
[all …]
Dbuild-webkit129 …define => "ENABLE_WEBGL", default => (isAppleMacWebKit() && !isTiger() && !isLeopard()), value => …
132 …define => "ENABLE_3D_RENDERING", default => (isAppleMacWebKit() && !isTiger()), value => \$threeDR…
138 define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk()), value => \$blobSupport },
180 …define => "ENABLE_FULLSCREEN_API", default => (isAppleMacWebKit() || isGtk()), value => \$fullscre…
258 …define => "ENABLE_SVG_DOM_OBJC_BINDINGS", default => isAppleMacWebKit(), value => \$svgDOMObjCBind…
452 } elsif (isAppleMacWebKit()) {
589 } elsif (isAppleMacWebKit()) {
Drun-api-tests130 if (isAppleMacWebKit()) {
185 if (isAppleMacWebKit()) {
Dbuild-api-tests62 if (isAppleMacWebKit()) {
Dbuild-webkittestrunner62 if (isAppleMacWebKit()) {
Dbuild-dumprendertree69 if (isAppleMacWebKit()) {
Dbuild-jsc66 if (isAppleMacWebKit()) {
Dshow-pretty-diff69 if (isAppleMacWebKit()) {
Dold-run-webkit-tests133 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() =~…
1528 if (isAppleMacWebKit() and !isTiger()) {
1579 return 0 unless isAppleMacWebKit();
1796 } elsif (isAppleMacWebKit()) {
2045 if (isAppleMacWebKit()) {
[all …]
Drun-javascriptcore-tests116 if (isAppleMacWebKit() || isAppleWinWebKit()) {
/external/webkit/Tools/
DChangeLog-2009-06-163905 … Change a few calls to isCygwin to isAppleWinWebKit and a few calls to isAppleMacWebKit to isDarwin
3917 Rename isOSX to isAppleMacWebKit to match what the code does, and add isChromium()
DChangeLog-2010-05-2434821 buildXCodeProject() when building for isAppleMacWebKit(). This