OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWinCairo
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
update-webkit
103
if (
isWinCairo
()) {
build-webkit
516
if (
isWinCairo
()) {
webkitdirs.pm
70
my $
isWinCairo
;
454
$passedConfiguration .= "_Cairo_CFLite" if (
isWinCairo
() && isCygwin());
460
$passedConfiguration .= "_Cairo_CFLite" if (
isWinCairo
() && isCygwin());
466
$passedConfiguration .= "_Cairo_CFLite" if (
isWinCairo
() && isCygwin());
874
sub
isWinCairo
()
877
return $
isWinCairo
;
882
return if defined($
isWinCairo
);
883
$
isWinCairo
= checkForArgumentAndRemoveFromARGV("--wincairo");
[
all
...]
Completed in 247 milliseconds