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

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 96 our $constantSelector = 'const\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*=\s*(' . $constValue . ')';
IDLParser.pm 353 $line =~ /$IDLStructure::constantSelector/;

Completed in 111 milliseconds