HomeSort by relevance Sort by last modified time
    Searched defs:HTMLPlugInElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
46 virtual ~HTMLPlugInElement();
70 HTMLPlugInElement(const QualifiedName& tagName, Document&, bool createdByParser, PreferPlugInsForImagesOption);
154 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLPlugInElement);
HTMLPlugInElement.cpp 24 #include "core/html/HTMLPlugInElement.h"
60 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document& doc, bool createdByParser, PreferPlugInsForImagesOption preferPlugInsForImagesOption)
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::didMoveToNewDocument(Document& oldDocument
    [all...]

Completed in 73 milliseconds