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

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 107 our $interfaceMethodSelector = '\s*((?:' . $extendedAttributeSyntax . ' )?)' . $supportedTypes . '\s*(' . $idlIdNs . '*)\s*\(\s*([a-zA-Z0-9:\s,=\[\]]*)';
IDLParser.pm 298 $line =~ /$IDLStructure::interfaceMethodSelector/ or die "Parsing error!\nSource:\n$line\n)";

Completed in 31 milliseconds