Searched refs:isAppleMacWebKit (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/Scripts/ |
D | 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 hav… [all …]
|
D | build-webkit | 129 …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()) {
|
D | run-api-tests | 130 if (isAppleMacWebKit()) { 185 if (isAppleMacWebKit()) {
|
D | build-api-tests | 62 if (isAppleMacWebKit()) {
|
D | build-webkittestrunner | 62 if (isAppleMacWebKit()) {
|
D | build-dumprendertree | 69 if (isAppleMacWebKit()) {
|
D | build-jsc | 66 if (isAppleMacWebKit()) {
|
D | show-pretty-diff | 69 if (isAppleMacWebKit()) {
|
D | 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() =~… 1528 if (isAppleMacWebKit() and !isTiger()) { 1579 return 0 unless isAppleMacWebKit(); 1796 } elsif (isAppleMacWebKit()) { 2045 if (isAppleMacWebKit()) { [all …]
|
D | run-javascriptcore-tests | 116 if (isAppleMacWebKit() || isAppleWinWebKit()) {
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 3905 … 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()
|
D | ChangeLog-2010-05-24 | 34821 buildXCodeProject() when building for isAppleMacWebKit(). This
|