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

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 80 our $idlType = '[a-zA-Z0-9_]'; # Generic type/"value string" identifier
96 our $constantSelector = 'const\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*=\s*(' . $constValue . ')';
104 our $exceptionSubSelector = '{\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*;\s*}';
110 our $interfaceAttributeSelector = '\s*(readonly attribute|attribute)\s*(' . $extendedAttributeSyntax . ' )?' . $supportedTypes . '\s*(' . $idlType . '*)';
CodeGeneratorObjC.pm     [all...]
CodeGeneratorCPP.pm 683 my $idlType = $codeGenerator->StripModule($attribute->signature->type);
750 my $arg = GetCPPTypeGetter($argName, $idlType);
802 my $idlType = $codeGenerator->StripModule($param->type);
803 my $implGetter = GetCPPTypeGetter($paramName, $idlType);
808 unless ($codeGenerator->IsPrimitiveType($idlType) or $codeGenerator->IsStringType($idlType)) {
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 64 my ($idlType) = @_;
66 return "JS" . _implementationClassName($idlType);
71 my ($self, $idlType) = @_;
72 return $$self{codeGenerator}->WK_lcfirst(_implementationClassName($idlType)) . "Class";
115 my $idlType = $interface->name;
116 my $className = _className($idlType);
117 my $implementationClassName = _implementationClassName($idlType);
139 static JSClassRef @{[$self->_classRefGetter($idlType)]}();
182 my $idlType = $interface->name;
183 my $className = _className($idlType);
    [all...]

Completed in 713 milliseconds