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

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 32 my @headerContentHeader = ();
362 @headerContentHeader = split("\r", $headerLicenseTemplate);
363 push(@headerContentHeader, "\n#ifndef $className" . "_h");
364 push(@headerContentHeader, "\n#define $className" . "_h\n\n");
367 push(@headerContentHeader, "#if ${conditionalString}\n\n") if $conditionalString;
375 push(@headerContentHeader, "#include <$include>\n");
    [all...]
CodeGeneratorObjC.pm 39 my @headerContentHeader = ();
698 @headerContentHeader = split("\r", $headerLicenseTemplate);
699 push(@headerContentHeader, "\n");
705 push(@headerContentHeader, "#import <WebCore/$parentHeaderName.h>\n");
712 push(@headerContentHeader, "#import <WebCore/$parentProtocol.h>\n");
718 push(@headerContentHeader, "#import <WebCore/DOMCore.h>\n");
719 push(@headerContentHeader, "#import <WebCore/DOMDocument.h>\n");
720 push(@headerContentHeader, "#import <WebCore/DOMRangeException.h>\n");
724 push(@headerContentHeader, "#import <JavaScriptCore/WebKitAvailability.h>\n") unless $includedWebKitAvailabilityHeader;
728 push(@headerContentHeader, "\n")
    [all...]
CodeGeneratorJS.pm 32 my @headerContentHeader = ();
570 my @headerContentHeader = split("\r", $headerTemplate);
573 push(@headerContentHeader, "\n#ifndef $className" . "_h");
574 push(@headerContentHeader, "\n#define $className" . "_h\n\n");
577 push(@headerContentHeader, "#if ${conditionalString}\n\n") if $conditionalString;
578 return @headerContentHeader;
629 push(@headerContentHeader, GenerateHeaderContentHeader($dataNode));
    [all...]
CodeGeneratorV8.pm     [all...]

Completed in 5224 milliseconds