Home
last modified time | relevance | path

Searched refs:isEfl (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/Scripts/
Dwebkitdirs.pm72 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() subroutine
795 return $isEfl;
[all …]
Drun-launcher71 if (isEfl()) {
Dbuild-webkit177 …define => "ENABLE_FILTERS", default => (isAppleWebKit() || isGtk() || isQt() || isEfl()), value =>…
219 … define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isEfl(), value => \$netscapePluginSupport },
562 if (isEfl()) {
/external/webkit/Tools/
DChangeLog-2011-02-164639 it with !isEfl(), because EFL port does not support NPAPI (yet).