Home | History | Annotate | Download | only in scripts

Lines Matching refs:contentAttributeName

740             my $contentAttributeName = $reflect eq "1" ? lc $attrName : $reflect;
741 my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
743 push(@implContentDecls, " return getElementStringAttr(info, ${namespace}::${contentAttributeName}Attr);\n");
950 my $contentAttributeName = $reflect eq "1" ? lc $attrName : $reflect;
951 my $namespace = $codeGenerator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
953 push(@implContentDecls, " setElementStringAttr(info, ${namespace}::${contentAttributeName}Attr, value);\n");