OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaceAttributeSelector
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm
110
our $
interfaceAttributeSelector
= '\s*(readonly attribute|attribute)\s*(' . $extendedAttributeSyntax . ' )?' . $supportedTypes . '\s*(' . $idlType . '*)';
IDLParser.pm
263
$line =~ /$IDLStructure::
interfaceAttributeSelector
/;
Completed in 659 milliseconds