HomeSort by relevance Sort by last modified time
    Searched refs:isEfl (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/
run-launcher 71 if (isEfl()) {
build-webkit 177 define => "ENABLE_FILTERS", default => (isAppleWebKit() || isGtk() || isQt() || isEfl()), value => \$filtersSupport },
219 define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isEfl(), value => \$netscapePluginSupport },
562 if (isEfl()) {
webkitdirs.pm 72 my $isEfl;
285 push(@args, '--efl') if isEfl();
309 return ($ENV{"WEBKITOUTPUTDIR"} && (isGtk() || isEfl())) || isSymbian() || isAppleWinWebKit();
371 $productDir .= "/Programs" if (isGtk() || isEfl());
639 if (isEfl()) {
768 if (isGtk() || isWx() || isEfl()) {
788 return if defined($isEfl);
789 $isEfl = checkForArgumentAndRemoveFromARGV("--efl");
792 sub isEfl()
795 return $isEfl;
    [all...]

Completed in 186 milliseconds