Searched refs:InheritsInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Ddeprecated_code_generator_v8.pm599 die("IsDOMNodeType is out of date with respect to $interfaceName") if IsDOMNodeType($interfaceName) != InheritsInterface($interface, "Node");
659 if (InheritsInterface($interface, "EventTarget")) {
922 if (!InheritsInterface($interface, "Node") &&
923 InheritsInterface($interface, "EventTarget")) {
1355 if ($reflect && !$url && InheritsInterface($interface, "Node") && $attrType eq "DOMString") {
1594 return 0 if InheritsInterface($interface, "Node");
1778 if ($reflect && InheritsInterface($interface, "Node") && $attrType eq "DOMString") {
1846 if (!InheritsInterface($interface, "Node")) {
2768 if (InheritsInterface($interface, "EventTarget")) {
3840 my $toEventTarget = InheritsInterface(
5980 sub InheritsInterface subroutine
[all...]

Completed in 64 milliseconds