isPluginElement    82 Source/core/html/HTMLElement.h     virtual bool isPluginElement() const { return false; }
isPluginElement   115 Source/core/html/HTMLPlugInElement.h     virtual bool isPluginElement() const OVERRIDE FINAL;
isPluginElement   151 Source/core/html/HTMLPlugInElement.h     return element.isHTMLElement() && toHTMLElement(element).isPluginElement();
isPluginElement   156 Source/core/html/HTMLPlugInElement.h     return element.isPluginElement();