OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWinCE
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
build-webkit
568
if (
isWinCE
()) {
webkitdirs.pm
69
my $
isWinCE
;
286
push(@args, '--wince') if
isWinCE
();
642
if (
isWinCE
()) {
810
sub
isWinCE
()
813
return $
isWinCE
;
818
return if defined($
isWinCE
);
819
$
isWinCE
= checkForArgumentAndRemoveFromARGV("--wince");
948
return !(isQt() or isGtk() or isWx() or isChromium() or isEfl() or
isWinCE
());
1035
if (isGtk() || isQt() || isWx() || isEfl() ||
isWinCE
()) {
1054
} elsif (
isWinCE
()) {
[
all
...]
Completed in 18 milliseconds