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

  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 487 sub ContentAttributeName
491 my $contentAttributeName = $attribute->signature->extendedAttributes->{"Reflect"};
492 return undef if !$contentAttributeName;
494 $contentAttributeName = lc $generator->AttributeNameForGetterAndSetter($attribute) if $contentAttributeName eq "1";
496 my $namespace = $generator->NamespaceForAttributeName($interfaceName, $contentAttributeName);
499 return "WebCore::${namespace}::${contentAttributeName}Attr";
506 my $contentAttributeName = $generator->ContentAttributeName($implIncludes, $interfaceName, $attribute);
508 if (!$contentAttributeName) {
    [all...]
CodeGeneratorV8.pm 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");
    [all...]

Completed in 317 milliseconds