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

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 83 # interfaceSelector.
106 our $interfaceSelector = 'interface\s*((?:' . $extendedAttributeSyntax . ' )?)(' . $idlIdNs . '*)\s*(?::(\s*[^{]*))?{([-a-zA-Z0-9_"=\s(),;:\[\]&\|]*)';
IDLParser.pm 235 $data =~ /$IDLStructure::interfaceSelector/;

Completed in 32 milliseconds