Lines Matching refs:instanceOf

1302         if (!win.parent || win == win.parent || !this.instanceOf(win.parent, "Window"))
2360 return o && this.instanceOf(o, "Element");
3478 this.instanceOf = function(object, className) function
3742 if (this.instanceOf(object, "Window"))
3744 else if (this.instanceOf(object, "Document") || this.instanceOf(object, "XMLDocument"))
3746 else if (this.instanceOf(object, "Location"))
3748 else if (this.instanceOf(object, "HTMLImageElement"))
3750 else if (this.instanceOf(object, "HTMLAnchorElement"))
3752 else if (this.instanceOf(object, "HTMLInputElement"))
3754 else if (this.instanceOf(object, "HTMLButtonElement"))
3756 else if (this.instanceOf(object, "HTMLFormElement"))
3758 else if (this.instanceOf(object, "HTMLBodyElement"))
3760 else if (this.instanceOf(object, "HTMLHtmlElement"))
3762 else if (this.instanceOf(object, "HTMLScriptElement"))
3764 else if (this.instanceOf(object, "HTMLTableElement"))
3766 else if (this.instanceOf(object, "HTMLTableRowElement"))
3768 else if (this.instanceOf(object, "HTMLTableCellElement"))
3770 else if (this.instanceOf(object, "HTMLIFrameElement"))
3772 else if (this.instanceOf(object, "SVGSVGElement"))
3774 else if (this.instanceOf(object, "SVGElement"))
3776 else if (this.instanceOf(object, "Element"))
3778 else if (this.instanceOf(object, "Text") || this.instanceOf(object, "CDATASection"))
3780 else if (this.instanceOf(object, "Attr"))
3782 else if (this.instanceOf(object, "Node"))
3784 else if (this.instanceOf(object, "Event") || this.instanceOf(object, "EventCopy"))
15978 else if (instanceOf(obj, "HTMLCollection"))
15980 else if (instanceOf(obj, "NodeList"))
16269 return instanceOf(object, "Element");
16362 return instanceOf(object, "Document");
16423 return instanceOf(object, "CSSStyleSheet");
16483 return instanceOf(object, "Window");
16548 return instanceOf(object, "Event") || instanceOf(object, "EventCopy");
22286 if(object && instanceOf(object, "Element") && object.nodeType == 1)
23152 if (instanceOf(o, "Window"))
23155 else if (instanceOf(o, "Document"))
24181 if (instanceOf(o, "Window"))
24184 else if (instanceOf(o, "Document"))
26935 if (instanceOf(rule, "CSSStyleRule"))
26956 else if (instanceOf(rule, "CSSImportRule"))
26959 else if (instanceOf(rule, "CSSMediaRule"))
28145 if ( !instanceOf(element , "Element") ) // html supports SourceLink
29813 if(object && instanceOf(object, "Element") && object.nodeType == 1)
30709 if (instanceOf(object, "Element"))