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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.h44 class HTMLPlugInElement : public HTMLFrameOwnerElement { class in namespace:blink
46 virtual ~HTMLPlugInElement();
70 HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
154 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
H A DHTMLPlugInElement.cpp24 #include "core/html/HTMLPlugInElement.h"
60 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption) function in class:blink::HTMLPlugInElement
76 HTMLPlugInElement::~HTMLPlugInElement()
87 void HTMLPlugInElement::trace(Visitor* visitor)
93 bool HTMLPlugInElement::canProcessDrag() const
98 bool HTMLPlugInElement::willRespondToMouseClickEvents()
106 void HTMLPlugInElement::removeAllEventListeners()
115 void HTMLPlugInElement
[all...]

Completed in 74 milliseconds