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.cpp 24 #include "core/html/HTMLPlugInElement.h"
45 HTMLPlugInElement::HTMLPlugInElement(const QualifiedName& tagName, Document* doc)
54 HTMLPlugInElement::~HTMLPlugInElement()
64 bool HTMLPlugInElement::canProcessDrag() const
70 bool HTMLPlugInElement::willRespondToMouseClickEvents()
82 void HTMLPlugInElement::detach(const AttachContext& context)
100 void HTMLPlugInElement::resetInstance()
105 PassScriptInstance HTMLPlugInElement::getInstance(
    [all...]
HTMLPlugInElement.h 38 class HTMLPlugInElement : public HTMLFrameOwnerElement {
40 virtual ~HTMLPlugInElement();
70 HTMLPlugInElement(const QualifiedName& tagName, Document*);
100 inline HTMLPlugInElement* toHTMLPlugInElement(Node* node)
103 return static_cast<HTMLPlugInElement*>(node);
106 inline const HTMLPlugInElement* toHTMLPlugInElement(const Node* node)
109 return static_cast<const HTMLPlugInElement*>(node);
113 void toHTMLPlugInElement(const HTMLPlugInElement*);

Completed in 33 milliseconds