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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLUnknownElement.h37 class HTMLUnknownElement FINAL : public HTMLElement {
40 static PassRefPtrWillBeRawPtr<HTMLUnknownElement> create(const QualifiedName& tagName, Document& document)
42 return adoptRefWillBeNoop(new HTMLUnknownElement(tagName, document));
48 HTMLUnknownElement(const QualifiedName& tagName, Document& document) function in class:blink::FINAL
57 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLUnknownElement);

Completed in 429 milliseconds