Searched refs:applyPreprocessor (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A Dpreprocessor.pm33 @EXPORT = qw(&applyPreprocessor);
39 sub applyPreprocessor subroutine
H A DIDLParser.pm186 my @lines = applyPreprocessor($fileName, $defines, $preprocessor);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dmake-css-file-arrays.pl59 $text = join('', applyPreprocessor($in, $defines, $preprocessor));
H A Dmakegrammar.pl67 print GRAMMAR join("", applyPreprocessor($grammarFilePath, $extraDefines, $preprocessor));
H A Dmakevalues.pl34 my @NAMES = applyPreprocessor("CSSValueKeywords.in", $defines, $preprocessor);
H A Dmakeprop.pl34 my @NAMES = applyPreprocessor("CSSPropertyNames.in", $defines, $preprocessor);

Completed in 140 milliseconds