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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 25 #include "core/html/HTMLEmbedElement.h"
43 inline HTMLEmbedElement::HTMLEmbedElement(Document& document, bool createdByParser)
48 PassRefPtrWillBeRawPtr<HTMLEmbedElement> HTMLEmbedElement::create(Document& document, bool createdByParser)
50 RefPtrWillBeRawPtr<HTMLEmbedElement> element = adoptRefWillBeNoop(new HTMLEmbedElement(document, createdByParser));
66 RenderWidget* HTMLEmbedElement::existingRenderWidget() const
71 bool HTMLEmbedElement::isPresentationAttribute(const QualifiedName& name) const
78 void HTMLEmbedElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, Mutabl (…)
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
dom_proto.js 52 var HTMLEmbedElement = function() { };
55 HTMLEmbedElement.prototype.height;
58 HTMLEmbedElement.prototype.width;

Completed in 49 milliseconds