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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 120 virtual bool isPluginElement() const OVERRIDE FINAL;
155 return element.isHTMLElement() && toHTMLElement(element).isPluginElement();
160 return element.isPluginElement();
HTMLElement.h 82 virtual bool isPluginElement() const { return false; }
HTMLPlugInElement.cpp 369 bool HTMLPlugInElement::isPluginElement() const

Completed in 71 milliseconds