Home | History | Annotate | Download | only in scripts

Lines Matching refs:namespace

696             my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
697 $implIncludes{"${namespace}.h"} = 1;
698 push(@implContentDecls, " return getElementStringAttr(info, ${namespace}::${contentAttributeName}Attr);\n");
741 my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
742 $implIncludes{"${namespace}.h"} = 1;
744 $getterString = "imp->$getAttributeFunctionName(${namespace}::${contentAttributeName}Attr";
894 my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
895 $implIncludes{"${namespace}.h"} = 1;
896 push(@implContentDecls, " setElementStringAttr(info, ${namespace}::${contentAttributeName}Attr, value);\n");
945 my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
946 $implIncludes{"${namespace}.h"} = 1;
947 push(@implContentDecls, " imp->setAttribute(${namespace}::${contentAttributeName}Attr, $result");
1483 push(@implContentDecls, "namespace WebCore {\n");
1484 push(@implContentDecls, "namespace ${interfaceName}Internal {\n\n");
1648 push(@implContentDecls, "} // namespace ${interfaceName}Internal\n\n");
1650 # In namespace WebCore, add generated implementation for 'CanBeConstructed'.
1930 } // namespace WebCore