Searched defs:IsProtocolType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorObjC.pm402 die "Parents of protocols must also be protocols." unless IsProtocolType($parentName);
405 if (IsProtocolType($parentName)) {
416 if (IsProtocolType($firstParent)) {
427 die "Everything past the first class should be a protocol!" unless IsProtocolType($parentName);
454 sub IsProtocolType subroutine
475 return "id <$name>" if IsProtocolType($type);
538 if (IsProtocolType($type)) {
1291 } elsif (IsProtocolType($idlType) and $idlType ne "EventTarget") {

Completed in 587 milliseconds